Html Css Color HEX #C5571F Christine

📋 copy color: '#C5571F'

red 197 ◦ green 87 ◦ blue 31

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

Shades of Christine #C5571F

Tints of Christine #C5571F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.62%

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

R = 62.54%
G = 27.62%
B = 9.84%

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

#C5571F (or 0xC5571F) is known color: Christine. HEX triplet: C5, 57 and 1F. RGB value is (197,87,31). Sum of RGB (Red+Green+Blue) = 197+87+31=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C5571F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5571F is #3AA8E0. Grayscale: #717171. Windows color (decimal): -3844321 or 2054085. OLE color: 2054085.

HSL color Cylindrical-coordinate representation of color #C5571F: hue angle of 20.24º 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 #C5571F is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 87 31 -
CMYK 0 0.56 0.84 0.23
HSL 20.24º 0.73% 0.45% -
HSV(B) 20.24º 0.84% 0.77% -
XYZ 26.68 18.79 3.52 -
YUV 113.51 81.44 187.55 -
System Red Green Blue C M Y K H S L
Decimal 197 87 31 0 0.56 0.84 0.23 20.24 0.73 0.45
Hex C5 57 1F 0 38 54 17 14 49 2D
Octal 305 127 37 0 70 124 27 24 111 55
Binary 11000101 1010111 11111 0 111000 1010100 10111 10100 1001001 101101

Color Harmonies of #C5571F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5571F

Black with #C5571F

Text Example


Text Example

White with #C5571F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5571F; }

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

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

background-color css

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

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

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

border-color css

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

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

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