Html Css Color HEX #CB325A Old Rose

📋 copy color: '#CB325A'

red 203 ◦ green 50 ◦ blue 90

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

Shades of Old Rose #CB325A

Tints of Old Rose #CB325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

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

R = 59.18%
G = 14.58%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB325A (or 0xCB325A) is known color: Old Rose. HEX triplet: CB, 32 and 5A. RGB value is (203,50,90). Sum of RGB (Red+Green+Blue) = 203+50+90=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB325A is #34CDA5. Grayscale: #646464. Windows color (decimal): -3460518 or 5911243. OLE color: 5911243.

HSL color Cylindrical-coordinate representation of color #CB325A: hue angle of 344.31º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB325A is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 50 90 -
CMYK 0 0.75 0.56 0.20
HSL 344.31º 0.6% 0.5% -
HSV(B) 344.31º 0.75% 0.8% -
XYZ 27.61 15.72 11.25 -
YUV 100.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 203 50 90 0 0.75 0.56 0.20 344.31 0.6 0.5
Hex CB 32 5A 0 4B 38 14 158 3C 32
Octal 313 62 132 0 113 70 24 530 74 62
Binary 11001011 110010 1011010 0 1001011 111000 10100 101011000 111100 110010

Color Harmonies of #CB325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB325A

Black with #CB325A

Text Example


Text Example

White with #CB325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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