Html Css Color HEX #C55D2B Christine

📋 copy color: '#C55D2B'

red 197 ◦ green 93 ◦ blue 43

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

Shades of Christine #C55D2B

Tints of Christine #C55D2B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

 BLUE value IS 43 (17.19% from 255) = 12.91%

R = 59.16%
G = 27.93%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C55D2B (or 0xC55D2B) is known color: Christine. HEX triplet: C5, 5D and 2B. RGB value is (197,93,43). Sum of RGB (Red+Green+Blue) = 197+93+43=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D2B is #3AA2D4. Grayscale: #767676. Windows color (decimal): -3842773 or 2842053. OLE color: 2842053.

HSL color Cylindrical-coordinate representation of color #C55D2B: hue angle of 19.48º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C55D2B is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 93 43 -
CMYK 0 0.53 0.78 0.23
HSL 19.48º 0.64% 0.47% -
HSV(B) 19.48º 0.78% 0.77% -
XYZ 27.38 19.87 4.68 -
YUV 118.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 197 93 43 0 0.53 0.78 0.23 19.48 0.64 0.47
Hex C5 5D 2B 0 35 4E 17 13 40 2F
Octal 305 135 53 0 65 116 27 23 100 57
Binary 11000101 1011101 101011 0 110101 1001110 10111 10011 1000000 101111

Color Harmonies of #C55D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D2B

Black with #C55D2B

Text Example


Text Example

White with #C55D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D2B; }

 p { color: rgb(197,93,43); }

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

background-color css

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

 a { background-color: rgb(197,93,43); }

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

border-color css

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

 span { border-color: rgb(197,93,43); }

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