Html Css Color HEX #C35521 Christine

📋 copy color: '#C35521'

red 195 ◦ green 85 ◦ blue 33

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

Shades of Christine #C35521

Tints of Christine #C35521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.54%

R = 62.3%
G = 27.16%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C35521 (or 0xC35521) is known color: Christine. HEX triplet: C3, 55 and 21. RGB value is (195,85,33). Sum of RGB (Red+Green+Blue) = 195+85+33=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C35521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35521 is #3CAADE. Grayscale: #707070. Windows color (decimal): -3975903 or 2184643. OLE color: 2184643.

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

Color convert

RGB 195 85 33 -
CMYK 0 0.56 0.83 0.24
HSL 19.26º 0.71% 0.45% -
HSV(B) 19.26º 0.83% 0.76% -
XYZ 26.03 18.21 3.58 -
YUV 111.96 83.44 187.23 -
System Red Green Blue C M Y K H S L
Decimal 195 85 33 0 0.56 0.83 0.24 19.26 0.71 0.45
Hex C3 55 21 0 38 53 18 13 47 2D
Octal 303 125 41 0 70 123 30 23 107 55
Binary 11000011 1010101 100001 0 111000 1010011 11000 10011 1000111 101101

Color Harmonies of #C35521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35521

Black with #C35521

Text Example


Text Example

White with #C35521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35521; }

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

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

background-color css

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

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

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

border-color css

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

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

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