Html Css Color HEX #C06520 Christine

📋 copy color: '#C06520'

red 192 ◦ green 101 ◦ blue 32

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

Shades of Christine #C06520

Tints of Christine #C06520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

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

R = 59.08%
G = 31.08%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C06520 (or 0xC06520) is known color: Christine. HEX triplet: C0, 65 and 20. RGB value is (192,101,32). Sum of RGB (Red+Green+Blue) = 192+101+32=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C06520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06520 is #3F9ADF. Grayscale: #787878. Windows color (decimal): -4168416 or 2123200. OLE color: 2123200.

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

Color convert

RGB 192 101 32 -
CMYK 0 0.47 0.83 0.25
HSL 25.88º 0.71% 0.44% -
HSV(B) 25.88º 0.83% 0.75% -
XYZ 26.65 20.62 3.94 -
YUV 120.34 78.15 179.11 -
System Red Green Blue C M Y K H S L
Decimal 192 101 32 0 0.47 0.83 0.25 25.88 0.71 0.44
Hex C0 65 20 0 2F 53 19 1A 47 2C
Octal 300 145 40 0 57 123 31 32 107 54
Binary 11000000 1100101 100000 0 101111 1010011 11001 11010 1000111 101100

Color Harmonies of #C06520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06520

Black with #C06520

Text Example


Text Example

White with #C06520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06520; }

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

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

background-color css

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

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

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

border-color css

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

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

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