Html Css Color HEX #C35520 Christine

📋 copy color: '#C35520'

red 195 ◦ green 85 ◦ blue 32

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

Shades of Christine #C35520

Tints of Christine #C35520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 62.5%
G = 27.24%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C35520 (or 0xC35520) is known color: Christine. HEX triplet: C3, 55 and 20. RGB value is (195,85,32). Sum of RGB (Red+Green+Blue) = 195+85+32=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C35520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35520 is #3CAADF. Grayscale: #707070. Windows color (decimal): -3975904 or 2119107. OLE color: 2119107.

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

Color convert

RGB 195 85 32 -
CMYK 0 0.56 0.84 0.24
HSL 19.51º 0.72% 0.45% -
HSV(B) 19.51º 0.84% 0.76% -
XYZ 26.01 18.2 3.51 -
YUV 111.85 82.94 187.31 -
System Red Green Blue C M Y K H S L
Decimal 195 85 32 0 0.56 0.84 0.24 19.51 0.72 0.45
Hex C3 55 20 0 38 54 18 14 48 2D
Octal 303 125 40 0 70 124 30 24 110 55
Binary 11000011 1010101 100000 0 111000 1010100 11000 10100 1001000 101101

Color Harmonies of #C35520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35520

Black with #C35520

Text Example


Text Example

White with #C35520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35520; }

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

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

background-color css

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

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

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

border-color css

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

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

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