Html Css Color HEX #CB2353 Old Rose

📋 copy color: '#CB2353'

red 203 ◦ green 35 ◦ blue 83

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

Shades of Old Rose #CB2353

Tints of Old Rose #CB2353

RGB

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

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

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

R = 63.24%
G = 10.9%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB2353 (or 0xCB2353) is known color: Old Rose. HEX triplet: CB, 23 and 53. RGB value is (203,35,83). Sum of RGB (Red+Green+Blue) = 203+35+83=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2353 is #34DCAC. Grayscale: #5A5A5A. Windows color (decimal): -3464365 or 5448651. OLE color: 5448651.

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

Color convert

RGB 203 35 83 -
CMYK 0 0.83 0.59 0.20
HSL 342.86º 0.71% 0.47% -
HSV(B) 342.86º 0.83% 0.8% -
XYZ 26.79 14.52 9.57 -
YUV 90.7 123.66 208.1 -
System Red Green Blue C M Y K H S L
Decimal 203 35 83 0 0.83 0.59 0.20 342.86 0.71 0.47
Hex CB 23 53 0 53 3B 14 157 47 2F
Octal 313 43 123 0 123 73 24 527 107 57
Binary 11001011 100011 1010011 0 1010011 111011 10100 101010111 1000111 101111

Color Harmonies of #CB2353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2353

Black with #CB2353

Text Example


Text Example

White with #CB2353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2353; }

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

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

background-color css

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

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

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

border-color css

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

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

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