Html Css Color HEX #CB295B Old Rose

📋 copy color: '#CB295B'

red 203 ◦ green 41 ◦ blue 91

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

Shades of Old Rose #CB295B

Tints of Old Rose #CB295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.24%

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 60.6%
G = 12.24%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB295B (or 0xCB295B) is known color: Old Rose. HEX triplet: CB, 29 and 5B. RGB value is (203,41,91). Sum of RGB (Red+Green+Blue) = 203+41+91=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB295B is #34D6A4. Grayscale: #5F5F5F. Windows color (decimal): -3462821 or 5974475. OLE color: 5974475.

HSL color Cylindrical-coordinate representation of color #CB295B: hue angle of 341.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB295B is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 41 91 -
CMYK 0 0.80 0.55 0.20
HSL 341.48º 0.66% 0.48% -
HSV(B) 341.48º 0.8% 0.8% -
XYZ 27.31 15.04 11.36 -
YUV 95.14 125.67 204.93 -
System Red Green Blue C M Y K H S L
Decimal 203 41 91 0 0.80 0.55 0.20 341.48 0.66 0.48
Hex CB 29 5B 0 50 37 14 155 42 30
Octal 313 51 133 0 120 67 24 525 102 60
Binary 11001011 101001 1011011 0 1010000 110111 10100 101010101 1000010 110000

Color Harmonies of #CB295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB295B

Black with #CB295B

Text Example


Text Example

White with #CB295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB295B; }

 p { color: rgb(203,41,91); }

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

background-color css

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

 a { background-color: rgb(203,41,91); }

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

border-color css

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

 span { border-color: rgb(203,41,91); }

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