Html Css Color HEX #CA8399 Puce

📋 copy color: '#CA8399'

red 202 ◦ green 131 ◦ blue 153

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

Shades of Puce #CA8399

Tints of Puce #CA8399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.95%

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

R = 41.56%
G = 26.95%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA8399 (or 0xCA8399) is known color: Puce. HEX triplet: CA, 83 and 99. RGB value is (202,131,153). Sum of RGB (Red+Green+Blue) = 202+131+153=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8399 is #357C66. Grayscale: #9A9A9A. Windows color (decimal): -3505255 or 10060746. OLE color: 10060746.

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

Color convert

RGB 202 131 153 -
CMYK 0 0.35 0.24 0.21
HSL 341.41º 0.4% 0.65% -
HSV(B) 341.41º 0.35% 0.79% -
XYZ 38.22 31.09 34.12 -
YUV 154.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 202 131 153 0 0.35 0.24 0.21 341.41 0.4 0.65
Hex CA 83 99 0 23 18 15 155 28 41
Octal 312 203 231 0 43 30 25 525 50 101
Binary 11001010 10000011 10011001 0 100011 11000 10101 101010101 101000 1000001

Color Harmonies of #CA8399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8399

Black with #CA8399

Text Example


Text Example

White with #CA8399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8399; }

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

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

background-color css

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

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

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

border-color css

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

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

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