Html Css Color HEX #C5541C Christine

📋 copy color: '#C5541C'

red 197 ◦ green 84 ◦ blue 28

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

Shades of Christine #C5541C

Tints of Christine #C5541C

RGB

 RED value IS 197 (77.34% from 255) = 63.75%

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

 BLUE value IS 28 (11.33% from 255) = 9.06%

R = 63.75%
G = 27.18%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5541C (or 0xC5541C) is known color: Christine. HEX triplet: C5, 54 and 1C. RGB value is (197,84,28). Sum of RGB (Red+Green+Blue) = 197+84+28=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5541C is #3AABE3. Grayscale: #6F6F6F. Windows color (decimal): -3845092 or 1856709. OLE color: 1856709.

HSL color Cylindrical-coordinate representation of color #C5541C: hue angle of 19.88º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5541C is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 28 -
CMYK 0 0.57 0.86 0.23
HSL 19.88º 0.75% 0.44% -
HSV(B) 19.88º 0.86% 0.77% -
XYZ 26.41 18.29 3.24 -
YUV 111.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 197 84 28 0 0.57 0.86 0.23 19.88 0.75 0.44
Hex C5 54 1C 0 39 56 17 14 4B 2C
Octal 305 124 34 0 71 126 27 24 113 54
Binary 11000101 1010100 11100 0 111001 1010110 10111 10100 1001011 101100

Color Harmonies of #C5541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5541C

Black with #C5541C

Text Example


Text Example

White with #C5541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5541C; }

 p { color: rgb(197,84,28); }

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

background-color css

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

 a { background-color: rgb(197,84,28); }

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

border-color css

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

 span { border-color: rgb(197,84,28); }

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