Html Css Color HEX #CA254A Old Rose

📋 copy color: '#CA254A'

red 202 ◦ green 37 ◦ blue 74

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

Shades of Old Rose #CA254A

Tints of Old Rose #CA254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 64.54%
G = 11.82%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA254A (or 0xCA254A) is known color: Old Rose. HEX triplet: CA, 25 and 4A. RGB value is (202,37,74). Sum of RGB (Red+Green+Blue) = 202+37+74=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA254A is #35DAB5. Grayscale: #5A5A5A. Windows color (decimal): -3529398 or 4859338. OLE color: 4859338.

HSL color Cylindrical-coordinate representation of color #CA254A: hue angle of 346.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA254A is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 37 74 -
CMYK 0 0.82 0.63 0.21
HSL 346.55º 0.69% 0.47% -
HSV(B) 346.55º 0.82% 0.79% -
XYZ 26.25 14.37 7.87 -
YUV 90.55 118.66 207.49 -
System Red Green Blue C M Y K H S L
Decimal 202 37 74 0 0.82 0.63 0.21 346.55 0.69 0.47
Hex CA 25 4A 0 52 3F 15 15B 45 2F
Octal 312 45 112 0 122 77 25 533 105 57
Binary 11001010 100101 1001010 0 1010010 111111 10101 101011011 1000101 101111

Color Harmonies of #CA254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA254A

Black with #CA254A

Text Example


Text Example

White with #CA254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA254A; }

 p { color: rgb(202,37,74); }

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

background-color css

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

 a { background-color: rgb(202,37,74); }

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

border-color css

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

 span { border-color: rgb(202,37,74); }

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