Html Css Color HEX #CC4B6E Cabaret

📋 copy color: '#CC4B6E'

red 204 ◦ green 75 ◦ blue 110

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

Shades of Cabaret #CC4B6E

Tints of Cabaret #CC4B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.28%

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

R = 52.44%
G = 19.28%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC4B6E (or 0xCC4B6E) is known color: Cabaret. HEX triplet: CC, 4B and 6E. RGB value is (204,75,110). Sum of RGB (Red+Green+Blue) = 204+75+110=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4B6E is #33B491. Grayscale: #757575. Windows color (decimal): -3388562 or 7228364. OLE color: 7228364.

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

Color convert

RGB 204 75 110 -
CMYK 0 0.63 0.46 0.2
HSL 343.72º 0.56% 0.55% -
HSV(B) 343.72º 0.63% 0.8% -
XYZ 30.23 19 16.82 -
YUV 117.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 204 75 110 0 0.63 0.46 0.2 343.72 0.56 0.55
Hex CC 4B 6E 0 3F 2E 14 158 38 37
Octal 314 113 156 0 77 56 24 530 70 67
Binary 11001100 1001011 1101110 0 111111 101110 10100 101011000 111000 110111

Color Harmonies of #CC4B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B6E

Black with #CC4B6E

Text Example


Text Example

White with #CC4B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B6E; }

 p { color: rgb(204,75,110); }

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

background-color css

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

 a { background-color: rgb(204,75,110); }

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

border-color css

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

 span { border-color: rgb(204,75,110); }

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