Html Css Color HEX #CB1C50 Old Rose

📋 copy color: '#CB1C50'

red 203 ◦ green 28 ◦ blue 80

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

Shades of Old Rose #CB1C50

Tints of Old Rose #CB1C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9%

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

R = 65.27%
G = 9%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB1C50 (or 0xCB1C50) is known color: Old Rose. HEX triplet: CB, 1C and 50. RGB value is (203,28,80). Sum of RGB (Red+Green+Blue) = 203+28+80=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C50 is #34E3AF. Grayscale: #565656. Windows color (decimal): -3466160 or 5250251. OLE color: 5250251.

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

Color convert

RGB 203 28 80 -
CMYK 0 0.86 0.61 0.20
HSL 342.17º 0.76% 0.45% -
HSV(B) 342.17º 0.86% 0.8% -
XYZ 26.49 14.11 8.92 -
YUV 86.25 124.48 211.27 -
System Red Green Blue C M Y K H S L
Decimal 203 28 80 0 0.86 0.61 0.20 342.17 0.76 0.45
Hex CB 1C 50 0 56 3D 14 156 4C 2D
Octal 313 34 120 0 126 75 24 526 114 55
Binary 11001011 11100 1010000 0 1010110 111101 10100 101010110 1001100 101101

Color Harmonies of #CB1C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C50

Black with #CB1C50

Text Example


Text Example

White with #CB1C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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