Html Css Color HEX #C5606B Cabaret

📋 copy color: '#C5606B'

red 197 ◦ green 96 ◦ blue 107

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

Shades of Cabaret #C5606B

Tints of Cabaret #C5606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 49.25%
G = 24%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5606B (or 0xC5606B) is known color: Cabaret. HEX triplet: C5, 60 and 6B. RGB value is (197,96,107). Sum of RGB (Red+Green+Blue) = 197+96+107=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5606B is #3A9F94. Grayscale: #7F7F7F. Windows color (decimal): -3841941 or 7037125. OLE color: 7037125.

HSL color Cylindrical-coordinate representation of color #C5606B: hue angle of 353.47º 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 #C5606B is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 96 107 -
CMYK 0 0.51 0.46 0.23
HSL 353.47º 0.47% 0.57% -
HSV(B) 353.47º 0.51% 0.77% -
XYZ 29.86 21.3 16.45 -
YUV 127.45 116.46 177.61 -
System Red Green Blue C M Y K H S L
Decimal 197 96 107 0 0.51 0.46 0.23 353.47 0.47 0.57
Hex C5 60 6B 0 33 2E 17 161 2F 39
Octal 305 140 153 0 63 56 27 541 57 71
Binary 11000101 1100000 1101011 0 110011 101110 10111 101100001 101111 111001

Color Harmonies of #C5606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5606B

Black with #C5606B

Text Example


Text Example

White with #C5606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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