Html Css Color HEX #CA8299 Puce

📋 copy color: '#CA8299'

red 202 ◦ green 130 ◦ blue 153

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

Shades of Puce #CA8299

Tints of Puce #CA8299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.8%

 BLUE value IS 153 (60.16% from 255) = 31.55%

R = 41.65%
G = 26.8%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA8299 (or 0xCA8299) is known color: Puce. HEX triplet: CA, 82 and 99. RGB value is (202,130,153). Sum of RGB (Red+Green+Blue) = 202+130+153=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8299 is #357D66. Grayscale: #9A9A9A. Windows color (decimal): -3505511 or 10060490. OLE color: 10060490.

HSL color Cylindrical-coordinate representation of color #CA8299: hue angle of 340.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8299 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 130 153 -
CMYK 0 0.36 0.24 0.21
HSL 340.83º 0.4% 0.65% -
HSV(B) 340.83º 0.36% 0.79% -
XYZ 38.09 30.82 34.08 -
YUV 154.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 202 130 153 0 0.36 0.24 0.21 340.83 0.4 0.65
Hex CA 82 99 0 24 18 15 155 28 41
Octal 312 202 231 0 44 30 25 525 50 101
Binary 11001010 10000010 10011001 0 100100 11000 10101 101010101 101000 1000001

Color Harmonies of #CA8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8299

Black with #CA8299

Text Example


Text Example

White with #CA8299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8299; }

 p { color: rgb(202,130,153); }

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

background-color css

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

 a { background-color: rgb(202,130,153); }

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

border-color css

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

 span { border-color: rgb(202,130,153); }

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