Html Css Color HEX #CB2E50 Old Rose

📋 copy color: '#CB2E50'

red 203 ◦ green 46 ◦ blue 80

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

Shades of Old Rose #CB2E50

Tints of Old Rose #CB2E50

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.98%

 BLUE value IS 80 (31.64% from 255) = 24.32%

R = 61.7%
G = 13.98%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB2E50 (or 0xCB2E50) is known color: Old Rose. HEX triplet: CB, 2E and 50. RGB value is (203,46,80). Sum of RGB (Red+Green+Blue) = 203+46+80=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2E50 is #34D1AF. Grayscale: #606060. Windows color (decimal): -3461552 or 5254859. OLE color: 5254859.

HSL color Cylindrical-coordinate representation of color #CB2E50: hue angle of 347.01º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2E50 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 46 80 -
CMYK 0 0.77 0.61 0.20
HSL 347.01º 0.63% 0.49% -
HSV(B) 347.01º 0.77% 0.8% -
XYZ 27.05 15.23 9.1 -
YUV 96.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 203 46 80 0 0.77 0.61 0.20 347.01 0.63 0.49
Hex CB 2E 50 0 4D 3D 14 15B 3F 31
Octal 313 56 120 0 115 75 24 533 77 61
Binary 11001011 101110 1010000 0 1001101 111101 10100 101011011 111111 110001

Color Harmonies of #CB2E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2E50

Black with #CB2E50

Text Example


Text Example

White with #CB2E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2E50; }

 p { color: rgb(203,46,80); }

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

background-color css

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

 a { background-color: rgb(203,46,80); }

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

border-color css

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

 span { border-color: rgb(203,46,80); }

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