Html Css Color HEX #C5606E Cabaret

📋 copy color: '#C5606E'

red 197 ◦ green 96 ◦ blue 110

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

Shades of Cabaret #C5606E

Tints of Cabaret #C5606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.82%

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 48.88%
G = 23.82%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5606E (or 0xC5606E) is known color: Cabaret. HEX triplet: C5, 60 and 6E. RGB value is (197,96,110). Sum of RGB (Red+Green+Blue) = 197+96+110=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5606E is #3A9F91. Grayscale: #7F7F7F. Windows color (decimal): -3841938 or 7233733. OLE color: 7233733.

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

Color convert

RGB 197 96 110 -
CMYK 0 0.51 0.44 0.23
HSL 351.68º 0.47% 0.57% -
HSV(B) 351.68º 0.51% 0.77% -
XYZ 30.02 21.36 17.29 -
YUV 127.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 197 96 110 0 0.51 0.44 0.23 351.68 0.47 0.57
Hex C5 60 6E 0 33 2C 17 160 2F 39
Octal 305 140 156 0 63 54 27 540 57 71
Binary 11000101 1100000 1101110 0 110011 101100 10111 101100000 101111 111001

Color Harmonies of #C5606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5606E

Black with #C5606E

Text Example


Text Example

White with #C5606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5606E; }

 p { color: rgb(197,96,110); }

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

background-color css

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

 a { background-color: rgb(197,96,110); }

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

border-color css

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

 span { border-color: rgb(197,96,110); }

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