Html Css Color HEX #CB3B53 Old Rose

📋 copy color: '#CB3B53'

red 203 ◦ green 59 ◦ blue 83

#CB3B53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #CB3B53

Tints of Old Rose #CB3B53

RGB

 RED value IS 203 (79.69% from 255) = 58.84%

 GREEN value IS 59 (23.44% from 255) = 17.1%

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 58.84%
G = 17.1%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB3B53 (or 0xCB3B53) is known color: Old Rose. HEX triplet: CB, 3B and 53. RGB value is (203,59,83). Sum of RGB (Red+Green+Blue) = 203+59+83=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3B53 is #34C4AC. Grayscale: #686868. Windows color (decimal): -3458221 or 5454795. OLE color: 5454795.

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

Color convert

RGB 203 59 83 -
CMYK 0 0.71 0.59 0.20
HSL 350º 0.58% 0.51% -
HSV(B) 350º 0.71% 0.8% -
XYZ 27.75 16.45 9.9 -
YUV 104.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 203 59 83 0 0.71 0.59 0.20 350 0.58 0.51
Hex CB 3B 53 0 47 3B 14 15E 3A 33
Octal 313 73 123 0 107 73 24 536 72 63
Binary 11001011 111011 1010011 0 1000111 111011 10100 101011110 111010 110011

Color Harmonies of #CB3B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3B53

Black with #CB3B53

Text Example


Text Example

White with #CB3B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3B53; }

 p { color: rgb(203,59,83); }

 H1.HeaderClassName
 {
   color: #CB3B53;
 }
 .AnyTagClassName
 {
   color: #CB3B53;
 }
</style>

background-color css

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

 a { background-color: rgb(203,59,83); }

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

border-color css

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

 span { border-color: rgb(203,59,83); }

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