Html Css Color HEX #C55D2E Christine

📋 copy color: '#C55D2E'

red 197 ◦ green 93 ◦ blue 46

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

Shades of Christine #C55D2E

Tints of Christine #C55D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.69%

R = 58.63%
G = 27.68%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C55D2E (or 0xC55D2E) is known color: Christine. HEX triplet: C5, 5D and 2E. RGB value is (197,93,46). Sum of RGB (Red+Green+Blue) = 197+93+46=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D2E is #3AA2D1. Grayscale: #777777. Windows color (decimal): -3842770 or 3038661. OLE color: 3038661.

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

Color convert

RGB 197 93 46 -
CMYK 0 0.53 0.77 0.23
HSL 18.68º 0.62% 0.48% -
HSV(B) 18.68º 0.77% 0.77% -
XYZ 27.43 19.9 4.98 -
YUV 118.74 86.96 183.82 -
System Red Green Blue C M Y K H S L
Decimal 197 93 46 0 0.53 0.77 0.23 18.68 0.62 0.48
Hex C5 5D 2E 0 35 4D 17 13 3E 30
Octal 305 135 56 0 65 115 27 23 76 60
Binary 11000101 1011101 101110 0 110101 1001101 10111 10011 111110 110000

Color Harmonies of #C55D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D2E

Black with #C55D2E

Text Example


Text Example

White with #C55D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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