Html Css Color HEX #CA2C4E Old Rose

📋 copy color: '#CA2C4E'

red 202 ◦ green 44 ◦ blue 78

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

Shades of Old Rose #CA2C4E

Tints of Old Rose #CA2C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.07%

R = 62.35%
G = 13.58%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA2C4E (or 0xCA2C4E) is known color: Old Rose. HEX triplet: CA, 2C and 4E. RGB value is (202,44,78). Sum of RGB (Red+Green+Blue) = 202+44+78=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C4E is #35D3B1. Grayscale: #5F5F5F. Windows color (decimal): -3527602 or 5123274. OLE color: 5123274.

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

Color convert

RGB 202 44 78 -
CMYK 0 0.78 0.61 0.21
HSL 347.09º 0.64% 0.48% -
HSV(B) 347.09º 0.78% 0.79% -
XYZ 26.63 14.91 8.68 -
YUV 95.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 202 44 78 0 0.78 0.61 0.21 347.09 0.64 0.48
Hex CA 2C 4E 0 4E 3D 15 15B 40 30
Octal 312 54 116 0 116 75 25 533 100 60
Binary 11001010 101100 1001110 0 1001110 111101 10101 101011011 1000000 110000

Color Harmonies of #CA2C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2C4E

Black with #CA2C4E

Text Example


Text Example

White with #CA2C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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