Html Css Color HEX #C55975 Cabaret

📋 copy color: '#C55975'

red 197 ◦ green 89 ◦ blue 117

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

Shades of Cabaret #C55975

Tints of Cabaret #C55975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.08%

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 48.88%
G = 22.08%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C55975 (or 0xC55975) is known color: Cabaret. HEX triplet: C5, 59 and 75. RGB value is (197,89,117). Sum of RGB (Red+Green+Blue) = 197+89+117=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C55975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55975 is #3AA68A. Grayscale: #7C7C7C. Windows color (decimal): -3843723 or 7690693. OLE color: 7690693.

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

Color convert

RGB 197 89 117 -
CMYK 0 0.55 0.41 0.23
HSL 344.44º 0.48% 0.56% -
HSV(B) 344.44º 0.55% 0.77% -
XYZ 29.81 20.3 19.18 -
YUV 124.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 197 89 117 0 0.55 0.41 0.23 344.44 0.48 0.56
Hex C5 59 75 0 37 29 17 158 30 38
Octal 305 131 165 0 67 51 27 530 60 70
Binary 11000101 1011001 1110101 0 110111 101001 10111 101011000 110000 111000

Color Harmonies of #C55975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55975

Black with #C55975

Text Example


Text Example

White with #C55975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55975; }

 p { color: rgb(197,89,117); }

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

background-color css

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

 a { background-color: rgb(197,89,117); }

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

border-color css

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

 span { border-color: rgb(197,89,117); }

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