#CB567B

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

Shades of Cranberry #CB567B

Tints of Cranberry #CB567B

Color information

#CB567B (or 0xCB567B) is unknown color: approx Cranberry. HEX triplet: CB, 56 and 7B. RGB value is (203,86,123). Sum of RGB (Red+Green+Blue) = 203+86+123=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB567B is #34A984. Grayscale: #7D7D7D. Windows color (decimal): -3451269 or 8083147. OLE color: 8083147.

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

Color convert

RGB20386123-
CMYK00.580.390.20
HSL341.03º52.94%56.67%-
HSV(B)341.03º57.64%79.61%-
XYZ31.5320.7821.09-
YUV125.2126.76183.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.27%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=49.27%
G=20.87%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038612300.580.390.20341.0352.9456.67
HexCB567B03A27141553539
Octal31312617307247245256571
Binary1100101110101101111011011101010011110100101010101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB567B; }

 p { color: rgb(203,86,123); }

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

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

 a { background-color: rgb(203,86,123); }

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

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

 span { border-color: rgb(203,86,123); }

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