Html Css Color HEX #CA194F Old Rose

📋 copy color: '#CA194F'

red 202 ◦ green 25 ◦ blue 79

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

Shades of Old Rose #CA194F

Tints of Old Rose #CA194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 66.01%
G = 8.17%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA194F (or 0xCA194F) is known color: Old Rose. HEX triplet: CA, 19 and 4F. RGB value is (202,25,79). Sum of RGB (Red+Green+Blue) = 202+25+79=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA194F is #35E6B0. Grayscale: #545454. Windows color (decimal): -3532465 or 5183946. OLE color: 5183946.

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

Color convert

RGB 202 25 79 -
CMYK 0 0.88 0.61 0.21
HSL 341.69º 0.78% 0.45% -
HSV(B) 341.69º 0.88% 0.79% -
XYZ 26.12 13.82 8.69 -
YUV 84.08 125.14 212.11 -
System Red Green Blue C M Y K H S L
Decimal 202 25 79 0 0.88 0.61 0.21 341.69 0.78 0.45
Hex CA 19 4F 0 58 3D 15 156 4E 2D
Octal 312 31 117 0 130 75 25 526 116 55
Binary 11001010 11001 1001111 0 1011000 111101 10101 101010110 1001110 101101

Color Harmonies of #CA194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA194F

Black with #CA194F

Text Example


Text Example

White with #CA194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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