Html Css Color HEX #CC6376 Cabaret

📋 copy color: '#CC6376'

red 204 ◦ green 99 ◦ blue 118

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

Shades of Cabaret #CC6376

Tints of Cabaret #CC6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.52%

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

R = 48.46%
G = 23.52%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC6376 (or 0xCC6376) is known color: Cabaret. HEX triplet: CC, 63 and 76. RGB value is (204,99,118). Sum of RGB (Red+Green+Blue) = 204+99+118=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6376 is #339C89. Grayscale: #848484. Windows color (decimal): -3382410 or 7758796. OLE color: 7758796.

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

Color convert

RGB 204 99 118 -
CMYK 0 0.51 0.42 0.2
HSL 349.14º 0.51% 0.59% -
HSV(B) 349.14º 0.51% 0.8% -
XYZ 32.63 23.07 19.87 -
YUV 132.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 204 99 118 0 0.51 0.42 0.2 349.14 0.51 0.59
Hex CC 63 76 0 33 2A 14 15D 33 3B
Octal 314 143 166 0 63 52 24 535 63 73
Binary 11001100 1100011 1110110 0 110011 101010 10100 101011101 110011 111011

Color Harmonies of #CC6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6376

Black with #CC6376

Text Example


Text Example

White with #CC6376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6376; }

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

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

background-color css

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

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

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

border-color css

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

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

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