Html Css Color HEX #CA324D Old Rose

📋 copy color: '#CA324D'

red 202 ◦ green 50 ◦ blue 77

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

Shades of Old Rose #CA324D

Tints of Old Rose #CA324D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 61.4%
G = 15.2%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA324D (or 0xCA324D) is known color: Old Rose. HEX triplet: CA, 32 and 4D. RGB value is (202,50,77). Sum of RGB (Red+Green+Blue) = 202+50+77=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA324D is #35CDB2. Grayscale: #626262. Windows color (decimal): -3526067 or 5059274. OLE color: 5059274.

HSL color Cylindrical-coordinate representation of color #CA324D: hue angle of 349.34º 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 #CA324D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 50 77 -
CMYK 0 0.75 0.62 0.21
HSL 349.34º 0.6% 0.49% -
HSV(B) 349.34º 0.75% 0.79% -
XYZ 26.84 15.37 8.57 -
YUV 98.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 202 50 77 0 0.75 0.62 0.21 349.34 0.6 0.49
Hex CA 32 4D 0 4B 3E 15 15D 3C 31
Octal 312 62 115 0 113 76 25 535 74 61
Binary 11001010 110010 1001101 0 1001011 111110 10101 101011101 111100 110001

Color Harmonies of #CA324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA324D

Black with #CA324D

Text Example


Text Example

White with #CA324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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