#CD6081

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

Shades of Cranberry #CD6081

Tints of Cranberry #CD6081

Color information

#CD6081 (or 0xCD6081) is unknown color: approx Cranberry. HEX triplet: CD, 60 and 81. RGB value is (205,96,129). Sum of RGB (Red+Green+Blue) = 205+96+129=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6081 is #329F7E. Grayscale: #848484. Windows color (decimal): -3317631 or 8478925. OLE color: 8478925.

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

Color convert

RGB20596129-
CMYK00.530.370.20
HSL341.83º52.15%59.02%-
HSV(B)341.83º53.17%80.39%-
XYZ33.3222.9323.44-
YUV132.35126.11179.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 129 (50.78% from 255) = 30%
R=47.67%
G=22.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059612900.530.370.20341.8352.1559.02
HexCD60810352514156343b
Octal31514020106545245266473
Binary11001101110000010000001011010110010110100101010110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6081; }

 p { color: rgb(205,96,129); }

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

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

 a { background-color: rgb(205,96,129); }

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

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

 span { border-color: rgb(205,96,129); }

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