Html Css Color HEX #C06421 Christine

📋 copy color: '#C06421'

red 192 ◦ green 100 ◦ blue 33

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

Shades of Christine #C06421

Tints of Christine #C06421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

 BLUE value IS 33 (13.28% from 255) = 10.15%

R = 59.08%
G = 30.77%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C06421 (or 0xC06421) is known color: Christine. HEX triplet: C0, 64 and 21. RGB value is (192,100,33). Sum of RGB (Red+Green+Blue) = 192+100+33=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C06421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06421 is #3F9BDE. Grayscale: #787878. Windows color (decimal): -4168671 or 2188480. OLE color: 2188480.

HSL color Cylindrical-coordinate representation of color #C06421: hue angle of 25.28º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C06421 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 33 -
CMYK 0 0.48 0.83 0.25
HSL 25.28º 0.71% 0.44% -
HSV(B) 25.28º 0.83% 0.75% -
XYZ 26.57 20.43 3.98 -
YUV 119.87 78.98 179.45 -
System Red Green Blue C M Y K H S L
Decimal 192 100 33 0 0.48 0.83 0.25 25.28 0.71 0.44
Hex C0 64 21 0 30 53 19 19 47 2C
Octal 300 144 41 0 60 123 31 31 107 54
Binary 11000000 1100100 100001 0 110000 1010011 11001 11001 1000111 101100

Color Harmonies of #C06421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06421

Black with #C06421

Text Example


Text Example

White with #C06421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06421; }

 p { color: rgb(192,100,33); }

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

background-color css

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

 a { background-color: rgb(192,100,33); }

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

border-color css

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

 span { border-color: rgb(192,100,33); }

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