#CB5D7F

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

Shades of Cranberry #CB5D7F

Tints of Cranberry #CB5D7F

Color information

#CB5D7F (or 0xCB5D7F) is unknown color: approx Cranberry. HEX triplet: CB, 5D and 7F. RGB value is (203,93,127). Sum of RGB (Red+Green+Blue) = 203+93+127=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D7F is #34A280. Grayscale: #818181. Windows color (decimal): -3449473 or 8347083. OLE color: 8347083.

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

Color convert

RGB20393127-
CMYK00.540.370.20
HSL341.45º51.4%58.04%-
HSV(B)341.45º54.19%79.61%-
XYZ32.3722.0622.63-
YUV129.77126.44180.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 127 (50% from 255) = 30.02%
R=47.99%
G=21.99%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039312700.540.370.20341.4551.458.04
HexCB5D7F0362514155333a
Octal31313517706645245256372
Binary1100101110111011111111011011010010110100101010101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5D7F; }

 p { color: rgb(203,93,127); }

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

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

 a { background-color: rgb(203,93,127); }

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

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

 span { border-color: rgb(203,93,127); }

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