#CB4F7F

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

Shades of Cranberry #CB4F7F

Tints of Cranberry #CB4F7F

Color information

#CB4F7F (or 0xCB4F7F) is unknown color: approx Cranberry. HEX triplet: CB, 4F and 7F. RGB value is (203,79,127). Sum of RGB (Red+Green+Blue) = 203+79+127=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4F7F is #34B080. Grayscale: #797979. Windows color (decimal): -3453057 or 8343499. OLE color: 8343499.

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

Color convert

RGB20379127-
CMYK00.610.370.20
HSL336.77º54.39%55.29%-
HSV(B)336.77º61.08%79.61%-
XYZ31.2619.8222.26-
YUV121.55131.08186.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 127 (50% from 255) = 31.05%
R=49.63%
G=19.32%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037912700.610.370.20336.7754.3955.29
HexCB4F7F03D25141513637
Octal31311717707545245216667
Binary1100101110011111111111011110110010110100101010001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4F7F; }

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

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

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

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

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

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

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

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