Html Css Color HEX #CA254D Old Rose

📋 copy color: '#CA254D'

red 202 ◦ green 37 ◦ blue 77

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

Shades of Old Rose #CA254D

Tints of Old Rose #CA254D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 63.92%
G = 11.71%
B = 24.37%

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

#CA254D (or 0xCA254D) is known color: Old Rose. HEX triplet: CA, 25 and 4D. RGB value is (202,37,77). Sum of RGB (Red+Green+Blue) = 202+37+77=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA254D is #35DAB2. Grayscale: #5A5A5A. Windows color (decimal): -3529395 or 5055946. OLE color: 5055946.

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

Color convert

RGB 202 37 77 -
CMYK 0 0.82 0.62 0.21
HSL 345.45º 0.69% 0.47% -
HSV(B) 345.45º 0.82% 0.79% -
XYZ 26.36 14.42 8.41 -
YUV 90.9 120.16 207.25 -
System Red Green Blue C M Y K H S L
Decimal 202 37 77 0 0.82 0.62 0.21 345.45 0.69 0.47
Hex CA 25 4D 0 52 3E 15 159 45 2F
Octal 312 45 115 0 122 76 25 531 105 57
Binary 11001010 100101 1001101 0 1010010 111110 10101 101011001 1000101 101111

Color Harmonies of #CA254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA254D

Black with #CA254D

Text Example


Text Example

White with #CA254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA254D; }

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

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

background-color css

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

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

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

border-color css

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

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

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