Html Css Color HEX #CA2659 Old Rose

📋 copy color: '#CA2659'

red 202 ◦ green 38 ◦ blue 89

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

Shades of Old Rose #CA2659

Tints of Old Rose #CA2659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

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

R = 61.4%
G = 11.55%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA2659 (or 0xCA2659) is known color: Old Rose. HEX triplet: CA, 26 and 59. RGB value is (202,38,89). Sum of RGB (Red+Green+Blue) = 202+38+89=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2659 is #35D9A6. Grayscale: #5C5C5C. Windows color (decimal): -3529127 or 5842634. OLE color: 5842634.

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

Color convert

RGB 202 38 89 -
CMYK 0 0.81 0.56 0.21
HSL 341.34º 0.68% 0.47% -
HSV(B) 341.34º 0.81% 0.79% -
XYZ 26.85 14.66 10.87 -
YUV 92.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 202 38 89 0 0.81 0.56 0.21 341.34 0.68 0.47
Hex CA 26 59 0 51 38 15 155 44 2F
Octal 312 46 131 0 121 70 25 525 104 57
Binary 11001010 100110 1011001 0 1010001 111000 10101 101010101 1000100 101111

Color Harmonies of #CA2659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2659

Black with #CA2659

Text Example


Text Example

White with #CA2659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2659; }

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

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

background-color css

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

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

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

border-color css

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

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

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