Html Css Color HEX #CA839E Puce

📋 copy color: '#CA839E'

red 202 ◦ green 131 ◦ blue 158

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

Shades of Puce #CA839E

Tints of Puce #CA839E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.18%

R = 41.14%
G = 26.68%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA839E (or 0xCA839E) is known color: Puce. HEX triplet: CA, 83 and 9E. RGB value is (202,131,158). Sum of RGB (Red+Green+Blue) = 202+131+158=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA839E is #357C61. Grayscale: #9B9B9B. Windows color (decimal): -3505250 or 10388426. OLE color: 10388426.

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

Color convert

RGB 202 131 158 -
CMYK 0 0.35 0.22 0.21
HSL 337.18º 0.4% 0.65% -
HSV(B) 337.18º 0.35% 0.79% -
XYZ 38.64 31.26 36.34 -
YUV 155.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 202 131 158 0 0.35 0.22 0.21 337.18 0.4 0.65
Hex CA 83 9E 0 23 16 15 151 28 41
Octal 312 203 236 0 43 26 25 521 50 101
Binary 11001010 10000011 10011110 0 100011 10110 10101 101010001 101000 1000001

Color Harmonies of #CA839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA839E

Black with #CA839E

Text Example


Text Example

White with #CA839E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA839E; }

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

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

background-color css

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

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

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

border-color css

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

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

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