Html Css Color HEX #C04B42 Chestnut

📋 copy color: '#C04B42'

red 192 ◦ green 75 ◦ blue 66

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

Shades of Chestnut #C04B42

Tints of Chestnut #C04B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.52%

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

R = 57.66%
G = 22.52%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C04B42 (or 0xC04B42) is known color: Chestnut. HEX triplet: C0, 4B and 42. RGB value is (192,75,66). Sum of RGB (Red+Green+Blue) = 192+75+66=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B42 is #3FB4BD. Grayscale: #6D6D6D. Windows color (decimal): -4175038 or 4344768. OLE color: 4344768.

HSL color Cylindrical-coordinate representation of color #C04B42: hue angle of 4.29º 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 #C04B42 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 75 66 -
CMYK 0 0.61 0.66 0.25
HSL 4.29º 0.5% 0.51% -
HSV(B) 4.29º 0.66% 0.75% -
XYZ 25.24 16.63 7.03 -
YUV 108.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 192 75 66 0 0.61 0.66 0.25 4.29 0.5 0.51
Hex C0 4B 42 0 3D 42 19 4 32 33
Octal 300 113 102 0 75 102 31 4 62 63
Binary 11000000 1001011 1000010 0 111101 1000010 11001 100 110010 110011

Color Harmonies of #C04B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B42

Black with #C04B42

Text Example


Text Example

White with #C04B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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