Html Css Color HEX #C04942 Chestnut

📋 copy color: '#C04942'

red 192 ◦ green 73 ◦ blue 66

#C04942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chestnut #C04942

Tints of Chestnut #C04942

RGB

 RED value IS 192 (75.39% from 255) = 58.01%

 GREEN value IS 73 (28.91% from 255) = 22.05%

 BLUE value IS 66 (26.17% from 255) = 19.94%

R = 58.01%
G = 22.05%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C04942 (or 0xC04942) is known color: Chestnut. HEX triplet: C0, 49 and 42. RGB value is (192,73,66). Sum of RGB (Red+Green+Blue) = 192+73+66=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C04942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04942 is #3FB6BD. Grayscale: #6B6B6B. Windows color (decimal): -4175550 or 4344256. OLE color: 4344256.

HSL color Cylindrical-coordinate representation of color #C04942: hue angle of 3.33º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04942 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 66 -
CMYK 0 0.62 0.66 0.25
HSL 3.33º 0.5% 0.51% -
HSV(B) 3.33º 0.66% 0.75% -
XYZ 25.1 16.36 6.99 -
YUV 107.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 192 73 66 0 0.62 0.66 0.25 3.33 0.5 0.51
Hex C0 49 42 0 3E 42 19 3 32 33
Octal 300 111 102 0 76 102 31 3 62 63
Binary 11000000 1001001 1000010 0 111110 1000010 11001 11 110010 110011

Color Harmonies of #C04942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04942

Black with #C04942

Text Example


Text Example

White with #C04942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04942; }

 p { color: rgb(192,73,66); }

 H1.HeaderClassName
 {
   color: #C04942;
 }
 .AnyTagClassName
 {
   color: #C04942;
 }
</style>

background-color css

<style>
 a { background-color: #C04942; }

 a { background-color: rgb(192,73,66); }

 div.DivClassName
 {
   background-color: #C04942;
 }
 .BgClassName
 {
   background-color: #C04942;
 }
</style>

border-color css

<style>
 span { border-color: #C04942; }

 span { border-color: rgb(192,73,66); }

 td.TdClassName
 {
   border-color: #C04942;
 }
 .TagClassName
 {
   border-color: #C04942;
 }
</style>