Html Css Color HEX #CA2757 Old Rose

📋 copy color: '#CA2757'

red 202 ◦ green 39 ◦ blue 87

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

Shades of Old Rose #CA2757

Tints of Old Rose #CA2757

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

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

R = 61.59%
G = 11.89%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA2757 (or 0xCA2757) is known color: Old Rose. HEX triplet: CA, 27 and 57. RGB value is (202,39,87). Sum of RGB (Red+Green+Blue) = 202+39+87=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2757 is #35D8A8. Grayscale: #5D5D5D. Windows color (decimal): -3528873 or 5711818. OLE color: 5711818.

HSL color Cylindrical-coordinate representation of color #CA2757: hue angle of 342.33º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2757 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 39 87 -
CMYK 0 0.81 0.57 0.21
HSL 342.33º 0.68% 0.47% -
HSV(B) 342.33º 0.81% 0.79% -
XYZ 26.8 14.7 10.44 -
YUV 93.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 202 39 87 0 0.81 0.57 0.21 342.33 0.68 0.47
Hex CA 27 57 0 51 39 15 156 44 2F
Octal 312 47 127 0 121 71 25 526 104 57
Binary 11001010 100111 1010111 0 1010001 111001 10101 101010110 1000100 101111

Color Harmonies of #CA2757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2757

Black with #CA2757

Text Example


Text Example

White with #CA2757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2757; }

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

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

background-color css

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

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

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

border-color css

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

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

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