Html Css Color HEX #CA254C Old Rose

📋 copy color: '#CA254C'

red 202 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #CA254C

Tints of Old Rose #CA254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 64.13%
G = 11.75%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA254C (or 0xCA254C) is known color: Old Rose. HEX triplet: CA, 25 and 4C. RGB value is (202,37,76). Sum of RGB (Red+Green+Blue) = 202+37+76=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA254C is #35DAB3. Grayscale: #5A5A5A. Windows color (decimal): -3529396 or 4990410. OLE color: 4990410.

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

Color convert

RGB 202 37 76 -
CMYK 0 0.82 0.62 0.21
HSL 345.82º 0.69% 0.47% -
HSV(B) 345.82º 0.82% 0.79% -
XYZ 26.32 14.4 8.23 -
YUV 90.78 119.66 207.33 -
System Red Green Blue C M Y K H S L
Decimal 202 37 76 0 0.82 0.62 0.21 345.82 0.69 0.47
Hex CA 25 4C 0 52 3E 15 15A 45 2F
Octal 312 45 114 0 122 76 25 532 105 57
Binary 11001010 100101 1001100 0 1010010 111110 10101 101011010 1000101 101111

Color Harmonies of #CA254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA254C

Black with #CA254C

Text Example


Text Example

White with #CA254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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