Html Css Color HEX #C55775 Cabaret

📋 copy color: '#C55775'

red 197 ◦ green 87 ◦ blue 117

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

Shades of Cabaret #C55775

Tints of Cabaret #C55775

RGB

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

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

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

R = 49.13%
G = 21.7%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C55775 (or 0xC55775) is known color: Cabaret. HEX triplet: C5, 57 and 75. RGB value is (197,87,117). Sum of RGB (Red+Green+Blue) = 197+87+117=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C55775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55775 is #3AA88A. Grayscale: #7B7B7B. Windows color (decimal): -3844235 or 7690181. OLE color: 7690181.

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

Color convert

RGB 197 87 117 -
CMYK 0 0.56 0.41 0.23
HSL 343.64º 0.49% 0.56% -
HSV(B) 343.64º 0.56% 0.77% -
XYZ 29.65 19.97 19.12 -
YUV 123.31 124.44 180.56 -
System Red Green Blue C M Y K H S L
Decimal 197 87 117 0 0.56 0.41 0.23 343.64 0.49 0.56
Hex C5 57 75 0 38 29 17 158 31 38
Octal 305 127 165 0 70 51 27 530 61 70
Binary 11000101 1010111 1110101 0 111000 101001 10111 101011000 110001 111000

Color Harmonies of #C55775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55775

Black with #C55775

Text Example


Text Example

White with #C55775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55775; }

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

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

background-color css

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

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

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

border-color css

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

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

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