Html Css Color HEX #CA3259 Old Rose

📋 copy color: '#CA3259'

red 202 ◦ green 50 ◦ blue 89

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

Shades of Old Rose #CA3259

Tints of Old Rose #CA3259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

 BLUE value IS 89 (35.16% from 255) = 26.1%

R = 59.24%
G = 14.66%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA3259 (or 0xCA3259) is known color: Old Rose. HEX triplet: CA, 32 and 59. RGB value is (202,50,89). Sum of RGB (Red+Green+Blue) = 202+50+89=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3259 is #35CDA6. Grayscale: #636363. Windows color (decimal): -3526055 or 5845706. OLE color: 5845706.

HSL color Cylindrical-coordinate representation of color #CA3259: hue angle of 344.61º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3259 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 50 89 -
CMYK 0 0.75 0.56 0.21
HSL 344.61º 0.6% 0.49% -
HSV(B) 344.61º 0.75% 0.79% -
XYZ 27.3 15.56 11.02 -
YUV 99.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 202 50 89 0 0.75 0.56 0.21 344.61 0.6 0.49
Hex CA 32 59 0 4B 38 15 159 3C 31
Octal 312 62 131 0 113 70 25 531 74 61
Binary 11001010 110010 1011001 0 1001011 111000 10101 101011001 111100 110001

Color Harmonies of #CA3259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3259

Black with #CA3259

Text Example


Text Example

White with #CA3259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3259; }

 p { color: rgb(202,50,89); }

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

background-color css

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

 a { background-color: rgb(202,50,89); }

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

border-color css

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

 span { border-color: rgb(202,50,89); }

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