Html Css Color HEX #CA224D Old Rose

📋 copy color: '#CA224D'

red 202 ◦ green 34 ◦ blue 77

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

Shades of Old Rose #CA224D

Tints of Old Rose #CA224D

RGB

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

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

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

R = 64.54%
G = 10.86%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA224D (or 0xCA224D) is known color: Old Rose. HEX triplet: CA, 22 and 4D. RGB value is (202,34,77). Sum of RGB (Red+Green+Blue) = 202+34+77=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA224D is #35DDB2. Grayscale: #595959. Windows color (decimal): -3530163 or 5055178. OLE color: 5055178.

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

Color convert

RGB 202 34 77 -
CMYK 0 0.83 0.62 0.21
HSL 344.64º 0.71% 0.46% -
HSV(B) 344.64º 0.83% 0.79% -
XYZ 26.27 14.24 8.38 -
YUV 89.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 202 34 77 0 0.83 0.62 0.21 344.64 0.71 0.46
Hex CA 22 4D 0 53 3E 15 159 47 2E
Octal 312 42 115 0 123 76 25 531 107 56
Binary 11001010 100010 1001101 0 1010011 111110 10101 101011001 1000111 101110

Color Harmonies of #CA224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA224D

Black with #CA224D

Text Example


Text Example

White with #CA224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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