#CB334E

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

Shades of Old Rose #CB334E

Tints of Old Rose #CB334E

Color information

#CB334E (or 0xCB334E) is unknown color: approx Old Rose. HEX triplet: CB, 33 and 4E. RGB value is (203,51,78). Sum of RGB (Red+Green+Blue) = 203+51+78=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB334E is #34CCB1. Grayscale: #636363. Windows color (decimal): -3460274 or 5125067. OLE color: 5125067.

HSL color Cylindrical-coordinate representation of color #CB334E: hue angle of 349.34º 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 #CB334E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB2035178-
CMYK00.750.620.20
HSL349.34º59.84%49.8%-
HSV(B)349.34º74.88%79.61%-
XYZ27.1915.618.79-
YUV99.53115.86201.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.14%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=61.14%
G=15.36%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203517800.750.620.20349.3459.8449.8
HexCB334E04B3E1415d3c32
Octal31363116011376245357462
Binary1100101111001110011100100101111111010100101011101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB334E; }

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

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

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

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

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

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

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

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