Html Css Color HEX #CA225A Old Rose

📋 copy color: '#CA225A'

red 202 ◦ green 34 ◦ blue 90

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

Shades of Old Rose #CA225A

Tints of Old Rose #CA225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

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

R = 61.96%
G = 10.43%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA225A (or 0xCA225A) is known color: Old Rose. HEX triplet: CA, 22 and 5A. RGB value is (202,34,90). Sum of RGB (Red+Green+Blue) = 202+34+90=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA225A is #35DDA5. Grayscale: #5A5A5A. Windows color (decimal): -3530150 or 5907146. OLE color: 5907146.

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

Color convert

RGB 202 34 90 -
CMYK 0 0.83 0.55 0.21
HSL 340º 0.71% 0.46% -
HSV(B) 340º 0.83% 0.79% -
XYZ 26.77 14.44 11.05 -
YUV 90.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 202 34 90 0 0.83 0.55 0.21 340 0.71 0.46
Hex CA 22 5A 0 53 37 15 154 47 2E
Octal 312 42 132 0 123 67 25 524 107 56
Binary 11001010 100010 1011010 0 1010011 110111 10101 101010100 1000111 101110

Color Harmonies of #CA225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA225A

Black with #CA225A

Text Example


Text Example

White with #CA225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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