Html Css Color HEX #CC486B Cabaret

📋 copy color: '#CC486B'

red 204 ◦ green 72 ◦ blue 107

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

Shades of Cabaret #CC486B

Tints of Cabaret #CC486B

RGB

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

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

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

R = 53.26%
G = 18.8%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC486B (or 0xCC486B) is known color: Cabaret. HEX triplet: CC, 48 and 6B. RGB value is (204,72,107). Sum of RGB (Red+Green+Blue) = 204+72+107=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC486B is #33B794. Grayscale: #737373. Windows color (decimal): -3389333 or 7030988. OLE color: 7030988.

HSL color Cylindrical-coordinate representation of color #CC486B: hue angle of 344.09º 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 #CC486B is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 72 107 -
CMYK 0 0.65 0.48 0.2
HSL 344.09º 0.56% 0.54% -
HSV(B) 344.09º 0.65% 0.8% -
XYZ 29.87 18.53 15.91 -
YUV 115.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 204 72 107 0 0.65 0.48 0.2 344.09 0.56 0.54
Hex CC 48 6B 0 41 30 14 158 38 36
Octal 314 110 153 0 101 60 24 530 70 66
Binary 11001100 1001000 1101011 0 1000001 110000 10100 101011000 111000 110110

Color Harmonies of #CC486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC486B

Black with #CC486B

Text Example


Text Example

White with #CC486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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