Html Css Color HEX #CA325A Old Rose

📋 copy color: '#CA325A'

red 202 ◦ green 50 ◦ blue 90

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

Shades of Old Rose #CA325A

Tints of Old Rose #CA325A

RGB

 RED value IS 202 (79.3% from 255) = 59.06%

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

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

R = 59.06%
G = 14.62%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA325A (or 0xCA325A) is known color: Old Rose. HEX triplet: CA, 32 and 5A. RGB value is (202,50,90). Sum of RGB (Red+Green+Blue) = 202+50+90=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA325A is #35CDA5. Grayscale: #646464. Windows color (decimal): -3526054 or 5911242. OLE color: 5911242.

HSL color Cylindrical-coordinate representation of color #CA325A: hue angle of 344.21º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA325A is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 50 90 -
CMYK 0 0.75 0.55 0.21
HSL 344.21º 0.6% 0.49% -
HSV(B) 344.21º 0.75% 0.79% -
XYZ 27.34 15.58 11.24 -
YUV 100.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 202 50 90 0 0.75 0.55 0.21 344.21 0.6 0.49
Hex CA 32 5A 0 4B 37 15 158 3C 31
Octal 312 62 132 0 113 67 25 530 74 61
Binary 11001010 110010 1011010 0 1001011 110111 10101 101011000 111100 110001

Color Harmonies of #CA325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA325A

Black with #CA325A

Text Example


Text Example

White with #CA325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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