Html Css Color HEX #CA314F Old Rose

📋 copy color: '#CA314F'

red 202 ◦ green 49 ◦ blue 79

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

Shades of Old Rose #CA314F

Tints of Old Rose #CA314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.85%

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

R = 61.21%
G = 14.85%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA314F (or 0xCA314F) is known color: Old Rose. HEX triplet: CA, 31 and 4F. RGB value is (202,49,79). Sum of RGB (Red+Green+Blue) = 202+49+79=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA314F is #35CEB0. Grayscale: #626262. Windows color (decimal): -3526321 or 5190090. OLE color: 5190090.

HSL color Cylindrical-coordinate representation of color #CA314F: hue angle of 348.24º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA314F is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 49 79 -
CMYK 0 0.76 0.61 0.21
HSL 348.24º 0.61% 0.49% -
HSV(B) 348.24º 0.76% 0.79% -
XYZ 26.87 15.32 8.94 -
YUV 98.17 117.19 202.06 -
System Red Green Blue C M Y K H S L
Decimal 202 49 79 0 0.76 0.61 0.21 348.24 0.61 0.49
Hex CA 31 4F 0 4C 3D 15 15C 3D 31
Octal 312 61 117 0 114 75 25 534 75 61
Binary 11001010 110001 1001111 0 1001100 111101 10101 101011100 111101 110001

Color Harmonies of #CA314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA314F

Black with #CA314F

Text Example


Text Example

White with #CA314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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