Html Css Color HEX #CC486C Cabaret

📋 copy color: '#CC486C'

red 204 ◦ green 72 ◦ blue 108

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

Shades of Cabaret #CC486C

Tints of Cabaret #CC486C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 53.13%
G = 18.75%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC486C (or 0xCC486C) is known color: Cabaret. HEX triplet: CC, 48 and 6C. RGB value is (204,72,108). Sum of RGB (Red+Green+Blue) = 204+72+108=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC486C is #33B793. Grayscale: #737373. Windows color (decimal): -3389332 or 7096524. OLE color: 7096524.

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

Color convert

RGB 204 72 108 -
CMYK 0 0.65 0.47 0.2
HSL 343.64º 0.56% 0.54% -
HSV(B) 343.64º 0.65% 0.8% -
XYZ 29.93 18.55 16.19 -
YUV 115.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 204 72 108 0 0.65 0.47 0.2 343.64 0.56 0.54
Hex CC 48 6C 0 41 2F 14 158 38 36
Octal 314 110 154 0 101 57 24 530 70 66
Binary 11001100 1001000 1101100 0 1000001 101111 10100 101011000 111000 110110

Color Harmonies of #CC486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC486C

Black with #CC486C

Text Example


Text Example

White with #CC486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC486C; }

 p { color: rgb(204,72,108); }

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

background-color css

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

 a { background-color: rgb(204,72,108); }

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

border-color css

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

 span { border-color: rgb(204,72,108); }

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