#CB274E

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

Shades of Old Rose #CB274E

Tints of Old Rose #CB274E

Color information

#CB274E (or 0xCB274E) is unknown color: approx Old Rose. HEX triplet: CB, 27 and 4E. RGB value is (203,39,78). Sum of RGB (Red+Green+Blue) = 203+39+78=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB274E is #34D8B1. Grayscale: #5C5C5C. Windows color (decimal): -3463346 or 5121995. OLE color: 5121995.

HSL color Cylindrical-coordinate representation of color #CB274E: hue angle of 345.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB274E is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB2033978-
CMYK00.810.620.20
HSL345.73º67.77%47.45%-
HSV(B)345.73º80.79%79.61%-
XYZ26.7314.78.64-
YUV92.48119.83206.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.44%
GREEN value IS 39 (15.62% from 255) = 12.19%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=63.44%
G=12.19%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203397800.810.620.20345.7367.7747.45
HexCB274E0513E1415a442f
Octal313471160121762453210457
Binary11001011100111100111001010001111110101001010110101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB274E; }

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

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

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

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

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

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

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

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