Html Css Color HEX #CA2F5A Old Rose

📋 copy color: '#CA2F5A'

red 202 ◦ green 47 ◦ blue 90

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

Shades of Old Rose #CA2F5A

Tints of Old Rose #CA2F5A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.86%

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

R = 59.59%
G = 13.86%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA2F5A (or 0xCA2F5A) is known color: Old Rose. HEX triplet: CA, 2F and 5A. RGB value is (202,47,90). Sum of RGB (Red+Green+Blue) = 202+47+90=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2F5A is #35D0A5. Grayscale: #626262. Windows color (decimal): -3526822 or 5910474. OLE color: 5910474.

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

Color convert

RGB 202 47 90 -
CMYK 0 0.77 0.55 0.21
HSL 343.35º 0.62% 0.49% -
HSV(B) 343.35º 0.77% 0.79% -
XYZ 27.22 15.33 11.2 -
YUV 98.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 202 47 90 0 0.77 0.55 0.21 343.35 0.62 0.49
Hex CA 2F 5A 0 4D 37 15 157 3E 31
Octal 312 57 132 0 115 67 25 527 76 61
Binary 11001010 101111 1011010 0 1001101 110111 10101 101010111 111110 110001

Color Harmonies of #CA2F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2F5A

Black with #CA2F5A

Text Example


Text Example

White with #CA2F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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