Html Css Color HEX #CC6276 Cabaret

📋 copy color: '#CC6276'

red 204 ◦ green 98 ◦ blue 118

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

Shades of Cabaret #CC6276

Tints of Cabaret #CC6276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.33%

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 48.57%
G = 23.33%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC6276 (or 0xCC6276) is known color: Cabaret. HEX triplet: CC, 62 and 76. RGB value is (204,98,118). Sum of RGB (Red+Green+Blue) = 204+98+118=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6276 is #339D89. Grayscale: #848484. Windows color (decimal): -3382666 or 7758540. OLE color: 7758540.

HSL color Cylindrical-coordinate representation of color #CC6276: hue angle of 348.68º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6276 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 98 118 -
CMYK 0 0.52 0.42 0.2
HSL 348.68º 0.51% 0.59% -
HSV(B) 348.68º 0.52% 0.8% -
XYZ 32.54 22.88 19.84 -
YUV 131.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 204 98 118 0 0.52 0.42 0.2 348.68 0.51 0.59
Hex CC 62 76 0 34 2A 14 15D 33 3B
Octal 314 142 166 0 64 52 24 535 63 73
Binary 11001100 1100010 1110110 0 110100 101010 10100 101011101 110011 111011

Color Harmonies of #CC6276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6276

Black with #CC6276

Text Example


Text Example

White with #CC6276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6276; }

 p { color: rgb(204,98,118); }

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

background-color css

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

 a { background-color: rgb(204,98,118); }

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

border-color css

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

 span { border-color: rgb(204,98,118); }

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