Html Css Color HEX #CA2C4D Old Rose

📋 copy color: '#CA2C4D'

red 202 ◦ green 44 ◦ blue 77

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

Shades of Old Rose #CA2C4D

Tints of Old Rose #CA2C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.62%

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

R = 62.54%
G = 13.62%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA2C4D (or 0xCA2C4D) is known color: Old Rose. HEX triplet: CA, 2C and 4D. RGB value is (202,44,77). Sum of RGB (Red+Green+Blue) = 202+44+77=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C4D is #35D3B2. Grayscale: #5F5F5F. Windows color (decimal): -3527603 or 5057738. OLE color: 5057738.

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

Color convert

RGB 202 44 77 -
CMYK 0 0.78 0.62 0.21
HSL 347.47º 0.64% 0.48% -
HSV(B) 347.47º 0.78% 0.79% -
XYZ 26.6 14.89 8.49 -
YUV 95 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 202 44 77 0 0.78 0.62 0.21 347.47 0.64 0.48
Hex CA 2C 4D 0 4E 3E 15 15B 40 30
Octal 312 54 115 0 116 76 25 533 100 60
Binary 11001010 101100 1001101 0 1001110 111110 10101 101011011 1000000 110000

Color Harmonies of #CA2C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2C4D

Black with #CA2C4D

Text Example


Text Example

White with #CA2C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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