Html Css Color HEX #CB2552 Old Rose

📋 copy color: '#CB2552'

red 203 ◦ green 37 ◦ blue 82

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

Shades of Old Rose #CB2552

Tints of Old Rose #CB2552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

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

R = 63.04%
G = 11.49%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB2552 (or 0xCB2552) is known color: Old Rose. HEX triplet: CB, 25 and 52. RGB value is (203,37,82). Sum of RGB (Red+Green+Blue) = 203+37+82=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2552 is #34DAAD. Grayscale: #5B5B5B. Windows color (decimal): -3463854 or 5383627. OLE color: 5383627.

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

Color convert

RGB 203 37 82 -
CMYK 0 0.82 0.60 0.20
HSL 343.73º 0.69% 0.47% -
HSV(B) 343.73º 0.82% 0.8% -
XYZ 26.81 14.63 9.39 -
YUV 91.76 122.5 207.34 -
System Red Green Blue C M Y K H S L
Decimal 203 37 82 0 0.82 0.60 0.20 343.73 0.69 0.47
Hex CB 25 52 0 52 3C 14 158 45 2F
Octal 313 45 122 0 122 74 24 530 105 57
Binary 11001011 100101 1010010 0 1010010 111100 10100 101011000 1000101 101111

Color Harmonies of #CB2552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2552

Black with #CB2552

Text Example


Text Example

White with #CB2552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2552; }

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

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

background-color css

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

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

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

border-color css

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

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

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