Html Css Color HEX #C35F21 Christine

📋 copy color: '#C35F21'

red 195 ◦ green 95 ◦ blue 33

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

Shades of Christine #C35F21

Tints of Christine #C35F21

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.41%

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

R = 60.37%
G = 29.41%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C35F21 (or 0xC35F21) is known color: Christine. HEX triplet: C3, 5F and 21. RGB value is (195,95,33). Sum of RGB (Red+Green+Blue) = 195+95+33=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35F21 is #3CA0DE. Grayscale: #767676. Windows color (decimal): -3973343 or 2187203. OLE color: 2187203.

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

Color convert

RGB 195 95 33 -
CMYK 0 0.51 0.83 0.24
HSL 22.96º 0.71% 0.45% -
HSV(B) 22.96º 0.83% 0.76% -
XYZ 26.87 19.9 3.86 -
YUV 117.83 80.13 183.04 -
System Red Green Blue C M Y K H S L
Decimal 195 95 33 0 0.51 0.83 0.24 22.96 0.71 0.45
Hex C3 5F 21 0 33 53 18 17 47 2D
Octal 303 137 41 0 63 123 30 27 107 55
Binary 11000011 1011111 100001 0 110011 1010011 11000 10111 1000111 101101

Color Harmonies of #C35F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F21

Black with #C35F21

Text Example


Text Example

White with #C35F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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