Html Css Color HEX #CC5A6F Cabaret

📋 copy color: '#CC5A6F'

red 204 ◦ green 90 ◦ blue 111

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

Shades of Cabaret #CC5A6F

Tints of Cabaret #CC5A6F

RGB

 RED value IS 204 (80.08% from 255) = 50.37%

 GREEN value IS 90 (35.55% from 255) = 22.22%

 BLUE value IS 111 (43.75% from 255) = 27.41%

R = 50.37%
G = 22.22%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC5A6F (or 0xCC5A6F) is known color: Cabaret. HEX triplet: CC, 5A and 6F. RGB value is (204,90,111). Sum of RGB (Red+Green+Blue) = 204+90+111=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A6F is #33A590. Grayscale: #7E7E7E. Windows color (decimal): -3384721 or 7297740. OLE color: 7297740.

HSL color Cylindrical-coordinate representation of color #CC5A6F: hue angle of 348.95º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A6F is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 90 111 -
CMYK 0 0.56 0.46 0.2
HSL 348.95º 0.53% 0.58% -
HSV(B) 348.95º 0.56% 0.8% -
XYZ 31.43 21.3 17.49 -
YUV 126.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 204 90 111 0 0.56 0.46 0.2 348.95 0.53 0.58
Hex CC 5A 6F 0 38 2E 14 15D 35 3A
Octal 314 132 157 0 70 56 24 535 65 72
Binary 11001100 1011010 1101111 0 111000 101110 10100 101011101 110101 111010

Color Harmonies of #CC5A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A6F

Black with #CC5A6F

Text Example


Text Example

White with #CC5A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A6F; }

 p { color: rgb(204,90,111); }

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

background-color css

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

 a { background-color: rgb(204,90,111); }

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

border-color css

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

 span { border-color: rgb(204,90,111); }

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