Html Css Color HEX #CA254F Old Rose

📋 copy color: '#CA254F'

red 202 ◦ green 37 ◦ blue 79

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

Shades of Old Rose #CA254F

Tints of Old Rose #CA254F

RGB

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

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

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

R = 63.52%
G = 11.64%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA254F (or 0xCA254F) is known color: Old Rose. HEX triplet: CA, 25 and 4F. RGB value is (202,37,79). Sum of RGB (Red+Green+Blue) = 202+37+79=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA254F is #35DAB0. Grayscale: #5B5B5B. Windows color (decimal): -3529393 or 5187018. OLE color: 5187018.

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

Color convert

RGB 202 37 79 -
CMYK 0 0.82 0.61 0.21
HSL 344.73º 0.69% 0.47% -
HSV(B) 344.73º 0.82% 0.79% -
XYZ 26.43 14.44 8.79 -
YUV 91.12 121.16 207.08 -
System Red Green Blue C M Y K H S L
Decimal 202 37 79 0 0.82 0.61 0.21 344.73 0.69 0.47
Hex CA 25 4F 0 52 3D 15 159 45 2F
Octal 312 45 117 0 122 75 25 531 105 57
Binary 11001010 100101 1001111 0 1010010 111101 10101 101011001 1000101 101111

Color Harmonies of #CA254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA254F

Black with #CA254F

Text Example


Text Example

White with #CA254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA254F; }

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

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

background-color css

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

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

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

border-color css

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

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

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