Html Css Color HEX #CC6678 Cabaret

📋 copy color: '#CC6678'

red 204 ◦ green 102 ◦ blue 120

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

Shades of Cabaret #CC6678

Tints of Cabaret #CC6678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.94%

 BLUE value IS 120 (47.27% from 255) = 28.17%

R = 47.89%
G = 23.94%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC6678 (or 0xCC6678) is known color: Cabaret. HEX triplet: CC, 66 and 78. RGB value is (204,102,120). Sum of RGB (Red+Green+Blue) = 204+102+120=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6678 is #339987. Grayscale: #868686. Windows color (decimal): -3381640 or 7890636. OLE color: 7890636.

HSL color Cylindrical-coordinate representation of color #CC6678: hue angle of 349.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6678 is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 102 120 -
CMYK 0 0.5 0.41 0.2
HSL 349.41º 0.5% 0.6% -
HSV(B) 349.41º 0.5% 0.8% -
XYZ 33.04 23.7 20.6 -
YUV 134.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 204 102 120 0 0.5 0.41 0.2 349.41 0.5 0.6
Hex CC 66 78 0 32 29 14 15D 32 3C
Octal 314 146 170 0 62 51 24 535 62 74
Binary 11001100 1100110 1111000 0 110010 101001 10100 101011101 110010 111100

Color Harmonies of #CC6678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6678

Black with #CC6678

Text Example


Text Example

White with #CC6678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6678; }

 p { color: rgb(204,102,120); }

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

background-color css

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

 a { background-color: rgb(204,102,120); }

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

border-color css

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

 span { border-color: rgb(204,102,120); }

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