Html Css Color HEX #C3541E Christine

📋 copy color: '#C3541E'

red 195 ◦ green 84 ◦ blue 30

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

Shades of Christine #C3541E

Tints of Christine #C3541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

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

R = 63.11%
G = 27.18%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3541E (or 0xC3541E) is known color: Christine. HEX triplet: C3, 54 and 1E. RGB value is (195,84,30). Sum of RGB (Red+Green+Blue) = 195+84+30=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3541E is #3CABE1. Grayscale: #6F6F6F. Windows color (decimal): -3976162 or 1987779. OLE color: 1987779.

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

Color convert

RGB 195 84 30 -
CMYK 0 0.57 0.85 0.24
HSL 19.64º 0.73% 0.44% -
HSV(B) 19.64º 0.85% 0.76% -
XYZ 25.91 18.04 3.34 -
YUV 111.03 82.27 187.89 -
System Red Green Blue C M Y K H S L
Decimal 195 84 30 0 0.57 0.85 0.24 19.64 0.73 0.44
Hex C3 54 1E 0 39 55 18 14 49 2C
Octal 303 124 36 0 71 125 30 24 111 54
Binary 11000011 1010100 11110 0 111001 1010101 11000 10100 1001001 101100

Color Harmonies of #C3541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3541E

Black with #C3541E

Text Example


Text Example

White with #C3541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3541E; }

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

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

background-color css

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

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

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

border-color css

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

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

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