Html Css Color HEX #CB1952 Old Rose

📋 copy color: '#CB1952'

red 203 ◦ green 25 ◦ blue 82

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

Shades of Old Rose #CB1952

Tints of Old Rose #CB1952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

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

R = 65.48%
G = 8.06%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB1952 (or 0xCB1952) is known color: Old Rose. HEX triplet: CB, 19 and 52. RGB value is (203,25,82). Sum of RGB (Red+Green+Blue) = 203+25+82=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1952 is #34E6AD. Grayscale: #545454. Windows color (decimal): -3466926 or 5380555. OLE color: 5380555.

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

Color convert

RGB 203 25 82 -
CMYK 0 0.88 0.60 0.20
HSL 340.79º 0.78% 0.45% -
HSV(B) 340.79º 0.88% 0.8% -
XYZ 26.5 14 9.29 -
YUV 84.72 126.47 212.37 -
System Red Green Blue C M Y K H S L
Decimal 203 25 82 0 0.88 0.60 0.20 340.79 0.78 0.45
Hex CB 19 52 0 58 3C 14 155 4E 2D
Octal 313 31 122 0 130 74 24 525 116 55
Binary 11001011 11001 1010010 0 1011000 111100 10100 101010101 1001110 101101

Color Harmonies of #CB1952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1952

Black with #CB1952

Text Example


Text Example

White with #CB1952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1952; }

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

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

background-color css

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

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

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

border-color css

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

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

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