Html Css Color HEX #C06120 Christine

📋 copy color: '#C06120'

red 192 ◦ green 97 ◦ blue 32

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

Shades of Christine #C06120

Tints of Christine #C06120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

 BLUE value IS 32 (12.89% from 255) = 9.97%

R = 59.81%
G = 30.22%
B = 9.97%

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

#C06120 (or 0xC06120) is known color: Christine. HEX triplet: C0, 61 and 20. RGB value is (192,97,32). Sum of RGB (Red+Green+Blue) = 192+97+32=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C06120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06120 is #3F9EDF. Grayscale: #767676. Windows color (decimal): -4169440 or 2122176. OLE color: 2122176.

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

Color convert

RGB 192 97 32 -
CMYK 0 0.49 0.83 0.25
HSL 24.38º 0.71% 0.44% -
HSV(B) 24.38º 0.83% 0.75% -
XYZ 26.27 19.86 3.82 -
YUV 118 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 192 97 32 0 0.49 0.83 0.25 24.38 0.71 0.44
Hex C0 61 20 0 31 53 19 18 47 2C
Octal 300 141 40 0 61 123 31 30 107 54
Binary 11000000 1100001 100000 0 110001 1010011 11001 11000 1000111 101100

Color Harmonies of #C06120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06120

Black with #C06120

Text Example


Text Example

White with #C06120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06120; }

 p { color: rgb(192,97,32); }

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

background-color css

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

 a { background-color: rgb(192,97,32); }

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

border-color css

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

 span { border-color: rgb(192,97,32); }

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