Html Css Color HEX #CB3250 Old Rose

📋 copy color: '#CB3250'

red 203 ◦ green 50 ◦ blue 80

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

Shades of Old Rose #CB3250

Tints of Old Rose #CB3250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

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

R = 60.96%
G = 15.02%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB3250 (or 0xCB3250) is known color: Old Rose. HEX triplet: CB, 32 and 50. RGB value is (203,50,80). Sum of RGB (Red+Green+Blue) = 203+50+80=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3250 is #34CDAF. Grayscale: #636363. Windows color (decimal): -3460528 or 5255883. OLE color: 5255883.

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

Color convert

RGB 203 50 80 -
CMYK 0 0.75 0.61 0.20
HSL 348.24º 0.6% 0.5% -
HSV(B) 348.24º 0.75% 0.8% -
XYZ 27.22 15.56 9.16 -
YUV 99.17 117.19 202.06 -
System Red Green Blue C M Y K H S L
Decimal 203 50 80 0 0.75 0.61 0.20 348.24 0.6 0.5
Hex CB 32 50 0 4B 3D 14 15C 3C 32
Octal 313 62 120 0 113 75 24 534 74 62
Binary 11001011 110010 1010000 0 1001011 111101 10100 101011100 111100 110010

Color Harmonies of #CB3250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3250

Black with #CB3250

Text Example


Text Example

White with #CB3250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3250; }

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

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

background-color css

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

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

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

border-color css

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

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

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