Html Css Color HEX #C35A1E Christine

📋 copy color: '#C35A1E'

red 195 ◦ green 90 ◦ blue 30

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

Shades of Christine #C35A1E

Tints of Christine #C35A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 61.9%
G = 28.57%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C35A1E (or 0xC35A1E) is known color: Christine. HEX triplet: C3, 5A and 1E. RGB value is (195,90,30). Sum of RGB (Red+Green+Blue) = 195+90+30=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A1E is #3CA5E1. Grayscale: #727272. Windows color (decimal): -3974626 or 1989315. OLE color: 1989315.

HSL color Cylindrical-coordinate representation of color #C35A1E: hue angle of 21.82º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C35A1E is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 90 30 -
CMYK 0 0.54 0.85 0.24
HSL 21.82º 0.73% 0.44% -
HSV(B) 21.82º 0.85% 0.76% -
XYZ 26.4 19.01 3.51 -
YUV 114.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 195 90 30 0 0.54 0.85 0.24 21.82 0.73 0.44
Hex C3 5A 1E 0 36 55 18 16 49 2C
Octal 303 132 36 0 66 125 30 26 111 54
Binary 11000011 1011010 11110 0 110110 1010101 11000 10110 1001001 101100

Color Harmonies of #C35A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A1E

Black with #C35A1E

Text Example


Text Example

White with #C35A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A1E; }

 p { color: rgb(195,90,30); }

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

background-color css

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

 a { background-color: rgb(195,90,30); }

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

border-color css

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

 span { border-color: rgb(195,90,30); }

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