Html Css Color HEX #CA3257 Old Rose

📋 copy color: '#CA3257'

red 202 ◦ green 50 ◦ blue 87

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

Shades of Old Rose #CA3257

Tints of Old Rose #CA3257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.66%

R = 59.59%
G = 14.75%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA3257 (or 0xCA3257) is known color: Old Rose. HEX triplet: CA, 32 and 57. RGB value is (202,50,87). Sum of RGB (Red+Green+Blue) = 202+50+87=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3257 is #35CDA8. Grayscale: #636363. Windows color (decimal): -3526057 or 5714634. OLE color: 5714634.

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

Color convert

RGB 202 50 87 -
CMYK 0 0.75 0.57 0.21
HSL 345.39º 0.6% 0.49% -
HSV(B) 345.39º 0.75% 0.79% -
XYZ 27.22 15.53 10.58 -
YUV 99.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 202 50 87 0 0.75 0.57 0.21 345.39 0.6 0.49
Hex CA 32 57 0 4B 39 15 159 3C 31
Octal 312 62 127 0 113 71 25 531 74 61
Binary 11001010 110010 1010111 0 1001011 111001 10101 101011001 111100 110001

Color Harmonies of #CA3257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3257

Black with #CA3257

Text Example


Text Example

White with #CA3257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3257; }

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

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

background-color css

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

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

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

border-color css

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

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

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