Html Css Color HEX #C36020 Christine

📋 copy color: '#C36020'

red 195 ◦ green 96 ◦ blue 32

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

Shades of Christine #C36020

Tints of Christine #C36020

RGB

 RED value IS 195 (76.56% from 255) = 60.37%

 GREEN value IS 96 (37.89% from 255) = 29.72%

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

R = 60.37%
G = 29.72%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C36020 (or 0xC36020) is known color: Christine. HEX triplet: C3, 60 and 20. RGB value is (195,96,32). Sum of RGB (Red+Green+Blue) = 195+96+32=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C36020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36020 is #3C9FDF. Grayscale: #767676. Windows color (decimal): -3973088 or 2121923. OLE color: 2121923.

HSL color Cylindrical-coordinate representation of color #C36020: hue angle of 23.56º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C36020 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 32 -
CMYK 0 0.51 0.84 0.24
HSL 23.56º 0.72% 0.45% -
HSV(B) 23.56º 0.84% 0.76% -
XYZ 26.95 20.07 3.82 -
YUV 118.31 79.3 182.7 -
System Red Green Blue C M Y K H S L
Decimal 195 96 32 0 0.51 0.84 0.24 23.56 0.72 0.45
Hex C3 60 20 0 33 54 18 18 48 2D
Octal 303 140 40 0 63 124 30 30 110 55
Binary 11000011 1100000 100000 0 110011 1010100 11000 11000 1001000 101101

Color Harmonies of #C36020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36020

Black with #C36020

Text Example


Text Example

White with #C36020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36020; }

 p { color: rgb(195,96,32); }

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

background-color css

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

 a { background-color: rgb(195,96,32); }

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

border-color css

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

 span { border-color: rgb(195,96,32); }

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