Html Css Color HEX #C06221 Christine

📋 copy color: '#C06221'

red 192 ◦ green 98 ◦ blue 33

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

Shades of Christine #C06221

Tints of Christine #C06221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

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

R = 59.44%
G = 30.34%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C06221 (or 0xC06221) is known color: Christine. HEX triplet: C0, 62 and 21. RGB value is (192,98,33). Sum of RGB (Red+Green+Blue) = 192+98+33=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C06221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06221 is #3F9DDE. Grayscale: #777777. Windows color (decimal): -4169183 or 2187968. OLE color: 2187968.

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

Color convert

RGB 192 98 33 -
CMYK 0 0.49 0.83 0.25
HSL 24.53º 0.71% 0.44% -
HSV(B) 24.53º 0.83% 0.75% -
XYZ 26.38 20.05 3.92 -
YUV 118.7 79.64 180.29 -
System Red Green Blue C M Y K H S L
Decimal 192 98 33 0 0.49 0.83 0.25 24.53 0.71 0.44
Hex C0 62 21 0 31 53 19 19 47 2C
Octal 300 142 41 0 61 123 31 31 107 54
Binary 11000000 1100010 100001 0 110001 1010011 11001 11001 1000111 101100

Color Harmonies of #C06221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06221

Black with #C06221

Text Example


Text Example

White with #C06221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06221; }

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

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

background-color css

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

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

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

border-color css

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

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

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