Html Css Color HEX #C36620 Christine

📋 copy color: '#C36620'

red 195 ◦ green 102 ◦ blue 32

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

Shades of Christine #C36620

Tints of Christine #C36620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31%

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

R = 59.27%
G = 31%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C36620 (or 0xC36620) is known color: Christine. HEX triplet: C3, 66 and 20. RGB value is (195,102,32). Sum of RGB (Red+Green+Blue) = 195+102+32=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C36620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36620 is #3C99DF. Grayscale: #7A7A7A. Windows color (decimal): -3971552 or 2123459. OLE color: 2123459.

HSL color Cylindrical-coordinate representation of color #C36620: hue angle of 25.77º 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 #C36620 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 102 32 -
CMYK 0 0.48 0.84 0.24
HSL 25.77º 0.72% 0.45% -
HSV(B) 25.77º 0.84% 0.76% -
XYZ 27.52 21.21 4.01 -
YUV 121.83 77.31 180.19 -
System Red Green Blue C M Y K H S L
Decimal 195 102 32 0 0.48 0.84 0.24 25.77 0.72 0.45
Hex C3 66 20 0 30 54 18 1A 48 2D
Octal 303 146 40 0 60 124 30 32 110 55
Binary 11000011 1100110 100000 0 110000 1010100 11000 11010 1001000 101101

Color Harmonies of #C36620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36620

Black with #C36620

Text Example


Text Example

White with #C36620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36620; }

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

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

background-color css

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

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

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

border-color css

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

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

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