Html Css Color HEX #CB2357 Old Rose

📋 copy color: '#CB2357'

red 203 ◦ green 35 ◦ blue 87

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

Shades of Old Rose #CB2357

Tints of Old Rose #CB2357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.77%

 BLUE value IS 87 (34.38% from 255) = 26.77%

R = 62.46%
G = 10.77%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB2357 (or 0xCB2357) is known color: Old Rose. HEX triplet: CB, 23 and 57. RGB value is (203,35,87). Sum of RGB (Red+Green+Blue) = 203+35+87=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2357 is #34DCA8. Grayscale: #5B5B5B. Windows color (decimal): -3464361 or 5710795. OLE color: 5710795.

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

Color convert

RGB 203 35 87 -
CMYK 0 0.83 0.57 0.20
HSL 341.43º 0.71% 0.47% -
HSV(B) 341.43º 0.83% 0.8% -
XYZ 26.95 14.59 10.41 -
YUV 91.16 125.66 207.77 -
System Red Green Blue C M Y K H S L
Decimal 203 35 87 0 0.83 0.57 0.20 341.43 0.71 0.47
Hex CB 23 57 0 53 39 14 155 47 2F
Octal 313 43 127 0 123 71 24 525 107 57
Binary 11001011 100011 1010111 0 1010011 111001 10100 101010101 1000111 101111

Color Harmonies of #CB2357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2357

Black with #CB2357

Text Example


Text Example

White with #CB2357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2357; }

 p { color: rgb(203,35,87); }

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

background-color css

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

 a { background-color: rgb(203,35,87); }

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

border-color css

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

 span { border-color: rgb(203,35,87); }

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