Html Css Color HEX #CB2E58 Old Rose

📋 copy color: '#CB2E58'

red 203 ◦ green 46 ◦ blue 88

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

Shades of Old Rose #CB2E58

Tints of Old Rose #CB2E58

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.65%

 BLUE value IS 88 (34.77% from 255) = 26.11%

R = 60.24%
G = 13.65%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB2E58 (or 0xCB2E58) is known color: Old Rose. HEX triplet: CB, 2E and 58. RGB value is (203,46,88). Sum of RGB (Red+Green+Blue) = 203+46+88=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2E58 is #34D1A7. Grayscale: #616161. Windows color (decimal): -3461544 or 5779147. OLE color: 5779147.

HSL color Cylindrical-coordinate representation of color #CB2E58: hue angle of 343.95º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2E58 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 46 88 -
CMYK 0 0.77 0.57 0.20
HSL 343.95º 0.63% 0.49% -
HSV(B) 343.95º 0.77% 0.8% -
XYZ 27.37 15.36 10.75 -
YUV 97.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 203 46 88 0 0.77 0.57 0.20 343.95 0.63 0.49
Hex CB 2E 58 0 4D 39 14 158 3F 31
Octal 313 56 130 0 115 71 24 530 77 61
Binary 11001011 101110 1011000 0 1001101 111001 10100 101011000 111111 110001

Color Harmonies of #CB2E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2E58

Black with #CB2E58

Text Example


Text Example

White with #CB2E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2E58; }

 p { color: rgb(203,46,88); }

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

background-color css

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

 a { background-color: rgb(203,46,88); }

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

border-color css

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

 span { border-color: rgb(203,46,88); }

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