Html Css Color HEX #C5541D Christine

📋 copy color: '#C5541D'

red 197 ◦ green 84 ◦ blue 29

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

Shades of Christine #C5541D

Tints of Christine #C5541D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.35%

R = 63.55%
G = 27.1%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5541D (or 0xC5541D) is known color: Christine. HEX triplet: C5, 54 and 1D. RGB value is (197,84,29). Sum of RGB (Red+Green+Blue) = 197+84+29=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5541D is #3AABE2. Grayscale: #6F6F6F. Windows color (decimal): -3845091 or 1922245. OLE color: 1922245.

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

Color convert

RGB 197 84 29 -
CMYK 0 0.57 0.85 0.23
HSL 19.64º 0.74% 0.44% -
HSV(B) 19.64º 0.85% 0.77% -
XYZ 26.42 18.3 3.3 -
YUV 111.52 81.44 188.97 -
System Red Green Blue C M Y K H S L
Decimal 197 84 29 0 0.57 0.85 0.23 19.64 0.74 0.44
Hex C5 54 1D 0 39 55 17 14 4A 2C
Octal 305 124 35 0 71 125 27 24 112 54
Binary 11000101 1010100 11101 0 111001 1010101 10111 10100 1001010 101100

Color Harmonies of #C5541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5541D

Black with #C5541D

Text Example


Text Example

White with #C5541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5541D; }

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

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

background-color css

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

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

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

border-color css

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

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

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