Html Css Color HEX #CA2D4F Old Rose

📋 copy color: '#CA2D4F'

red 202 ◦ green 45 ◦ blue 79

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

Shades of Old Rose #CA2D4F

Tints of Old Rose #CA2D4F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.8%

 BLUE value IS 79 (31.25% from 255) = 24.23%

R = 61.96%
G = 13.8%
B = 24.23%

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

#CA2D4F (or 0xCA2D4F) is known color: Old Rose. HEX triplet: CA, 2D and 4F. RGB value is (202,45,79). Sum of RGB (Red+Green+Blue) = 202+45+79=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D4F is #35D2B0. Grayscale: #5F5F5F. Windows color (decimal): -3527345 or 5189066. OLE color: 5189066.

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

Color convert

RGB 202 45 79 -
CMYK 0 0.78 0.61 0.21
HSL 347.01º 0.64% 0.48% -
HSV(B) 347.01º 0.78% 0.79% -
XYZ 26.71 15 8.88 -
YUV 95.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 202 45 79 0 0.78 0.61 0.21 347.01 0.64 0.48
Hex CA 2D 4F 0 4E 3D 15 15B 40 30
Octal 312 55 117 0 116 75 25 533 100 60
Binary 11001010 101101 1001111 0 1001110 111101 10101 101011011 1000000 110000

Color Harmonies of #CA2D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D4F

Black with #CA2D4F

Text Example


Text Example

White with #CA2D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D4F; }

 p { color: rgb(202,45,79); }

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

background-color css

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

 a { background-color: rgb(202,45,79); }

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

border-color css

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

 span { border-color: rgb(202,45,79); }

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