Html Css Color HEX #C04C42 Sunset

📋 copy color: '#C04C42'

red 192 ◦ green 76 ◦ blue 66

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

Shades of Sunset #C04C42

Tints of Sunset #C04C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.75%

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

R = 57.49%
G = 22.75%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C04C42 (or 0xC04C42) is known color: Sunset. HEX triplet: C0, 4C and 42. RGB value is (192,76,66). Sum of RGB (Red+Green+Blue) = 192+76+66=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C42 is #3FB3BD. Grayscale: #6D6D6D. Windows color (decimal): -4174782 or 4345024. OLE color: 4345024.

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

Color convert

RGB 192 76 66 -
CMYK 0 0.60 0.66 0.25
HSL 4.76º 0.5% 0.51% -
HSV(B) 4.76º 0.66% 0.75% -
XYZ 25.31 16.77 7.06 -
YUV 109.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 192 76 66 0 0.60 0.66 0.25 4.76 0.5 0.51
Hex C0 4C 42 0 3C 42 19 5 32 33
Octal 300 114 102 0 74 102 31 5 62 63
Binary 11000000 1001100 1000010 0 111100 1000010 11001 101 110010 110011

Color Harmonies of #C04C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C42

Black with #C04C42

Text Example


Text Example

White with #C04C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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