#CD6276

Color #CD6276 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CD6276

Tints of Cabaret #CD6276

Color information

#CD6276 (or 0xCD6276) is unknown color: approx Cabaret. HEX triplet: CD, 62 and 76. RGB value is (205,98,118). Sum of RGB (Red+Green+Blue) = 205+98+118=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6276 is #329D89. Grayscale: #848484. Windows color (decimal): -3317130 or 7758541. OLE color: 7758541.

HSL color Cylindrical-coordinate representation of color #CD6276: hue angle of 348.79º degrees, saturation: 0.52, 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 #CD6276 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB20598118-
CMYK00.520.420.20
HSL348.79º51.69%59.41%-
HSV(B)348.79º52.2%80.39%-
XYZ32.8123.0219.85-
YUV132.27119.95179.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.69%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=48.69%
G=23.28%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059811800.520.420.20348.7951.6959.41
HexCD62760342A1415d343b
Octal31514216606452245356473
Binary1100110111000101110110011010010101010100101011101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6276; }

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

 H1.HeaderClassName
 {
   color: #CD6276;
 }
 .AnyTagClassName
 {
   color: #CD6276;
 }
</style>
background-color css

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

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

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

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

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

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