Html Css Color HEX #C5561F Christine

📋 copy color: '#C5561F'

red 197 ◦ green 86 ◦ blue 31

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

Shades of Christine #C5561F

Tints of Christine #C5561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

 BLUE value IS 31 (12.5% from 255) = 9.87%

R = 62.74%
G = 27.39%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5561F (or 0xC5561F) is known color: Christine. HEX triplet: C5, 56 and 1F. RGB value is (197,86,31). Sum of RGB (Red+Green+Blue) = 197+86+31=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5561F is #3AA9E0. Grayscale: #717171. Windows color (decimal): -3844577 or 2053829. OLE color: 2053829.

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

Color convert

RGB 197 86 31 -
CMYK 0 0.56 0.84 0.23
HSL 19.88º 0.73% 0.45% -
HSV(B) 19.88º 0.84% 0.77% -
XYZ 26.6 18.62 3.49 -
YUV 112.92 81.77 187.97 -
System Red Green Blue C M Y K H S L
Decimal 197 86 31 0 0.56 0.84 0.23 19.88 0.73 0.45
Hex C5 56 1F 0 38 54 17 14 49 2D
Octal 305 126 37 0 70 124 27 24 111 55
Binary 11000101 1010110 11111 0 111000 1010100 10111 10100 1001001 101101

Color Harmonies of #C5561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5561F

Black with #C5561F

Text Example


Text Example

White with #C5561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5561F; }

 p { color: rgb(197,86,31); }

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

background-color css

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

 a { background-color: rgb(197,86,31); }

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

border-color css

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

 span { border-color: rgb(197,86,31); }

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