Html Css Color HEX #CB3C5A Old Rose

📋 copy color: '#CB3C5A'

red 203 ◦ green 60 ◦ blue 90

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

Shades of Old Rose #CB3C5A

Tints of Old Rose #CB3C5A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17%

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 57.51%
G = 17%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB3C5A (or 0xCB3C5A) is known color: Old Rose. HEX triplet: CB, 3C and 5A. RGB value is (203,60,90). Sum of RGB (Red+Green+Blue) = 203+60+90=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3C5A is #34C3A5. Grayscale: #6A6A6A. Windows color (decimal): -3457958 or 5913803. OLE color: 5913803.

HSL color Cylindrical-coordinate representation of color #CB3C5A: hue angle of 347.41º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3C5A is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 60 90 -
CMYK 0 0.70 0.56 0.20
HSL 347.41º 0.58% 0.52% -
HSV(B) 347.41º 0.7% 0.8% -
XYZ 28.09 16.67 11.41 -
YUV 106.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 203 60 90 0 0.70 0.56 0.20 347.41 0.58 0.52
Hex CB 3C 5A 0 46 38 14 15B 3A 34
Octal 313 74 132 0 106 70 24 533 72 64
Binary 11001011 111100 1011010 0 1000110 111000 10100 101011011 111010 110100

Color Harmonies of #CB3C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3C5A

Black with #CB3C5A

Text Example


Text Example

White with #CB3C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3C5A; }

 p { color: rgb(203,60,90); }

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

background-color css

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

 a { background-color: rgb(203,60,90); }

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

border-color css

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

 span { border-color: rgb(203,60,90); }

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