#CB334C

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

Shades of Old Rose #CB334C

Tints of Old Rose #CB334C

Color information

#CB334C (or 0xCB334C) is unknown color: approx Old Rose. HEX triplet: CB, 33 and 4C. RGB value is (203,51,76). Sum of RGB (Red+Green+Blue) = 203+51+76=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB334C is #34CCB3. Grayscale: #636363. Windows color (decimal): -3460276 or 4993995. OLE color: 4993995.

HSL color Cylindrical-coordinate representation of color #CB334C: hue angle of 350.13º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB334C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB2035176-
CMYK00.750.630.20
HSL350.13º59.84%49.8%-
HSV(B)350.13º74.88%79.61%-
XYZ27.1215.598.42-
YUV99.3114.86201.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.52%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=61.52%
G=15.45%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203517600.750.630.20350.1359.8449.8
HexCB334C04B3F1415e3c32
Octal31363114011377245367462
Binary1100101111001110011000100101111111110100101011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB334C; }

 p { color: rgb(203,51,76); }

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

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

 a { background-color: rgb(203,51,76); }

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

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

 span { border-color: rgb(203,51,76); }

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