Html Css Color HEX #CB1C52 Old Rose

📋 copy color: '#CB1C52'

red 203 ◦ green 28 ◦ blue 82

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

Shades of Old Rose #CB1C52

Tints of Old Rose #CB1C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.2%

R = 64.86%
G = 8.95%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB1C52 (or 0xCB1C52) is known color: Old Rose. HEX triplet: CB, 1C and 52. RGB value is (203,28,82). Sum of RGB (Red+Green+Blue) = 203+28+82=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C52 is #34E3AD. Grayscale: #565656. Windows color (decimal): -3466158 or 5381323. OLE color: 5381323.

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

Color convert

RGB 203 28 82 -
CMYK 0 0.86 0.60 0.20
HSL 341.49º 0.76% 0.45% -
HSV(B) 341.49º 0.86% 0.8% -
XYZ 26.57 14.14 9.31 -
YUV 86.48 125.48 211.11 -
System Red Green Blue C M Y K H S L
Decimal 203 28 82 0 0.86 0.60 0.20 341.49 0.76 0.45
Hex CB 1C 52 0 56 3C 14 155 4C 2D
Octal 313 34 122 0 126 74 24 525 114 55
Binary 11001011 11100 1010010 0 1010110 111100 10100 101010101 1001100 101101

Color Harmonies of #CB1C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C52

Black with #CB1C52

Text Example


Text Example

White with #CB1C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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