Html Css Color HEX #CA8197 Puce

📋 copy color: '#CA8197'

red 202 ◦ green 129 ◦ blue 151

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

Shades of Puce #CA8197

Tints of Puce #CA8197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.76%

 BLUE value IS 151 (59.38% from 255) = 31.33%

R = 41.91%
G = 26.76%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA8197 (or 0xCA8197) is known color: Puce. HEX triplet: CA, 81 and 97. RGB value is (202,129,151). Sum of RGB (Red+Green+Blue) = 202+129+151=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8197 is #357E68. Grayscale: #999999. Windows color (decimal): -3505769 or 9929162. OLE color: 9929162.

HSL color Cylindrical-coordinate representation of color #CA8197: hue angle of 341.92º degrees, saturation: 0.41, 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 #CA8197 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 129 151 -
CMYK 0 0.36 0.25 0.21
HSL 341.92º 0.41% 0.65% -
HSV(B) 341.92º 0.36% 0.79% -
XYZ 37.79 30.49 33.17 -
YUV 153.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 202 129 151 0 0.36 0.25 0.21 341.92 0.41 0.65
Hex CA 81 97 0 24 19 15 156 29 41
Octal 312 201 227 0 44 31 25 526 51 101
Binary 11001010 10000001 10010111 0 100100 11001 10101 101010110 101001 1000001

Color Harmonies of #CA8197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8197

Black with #CA8197

Text Example


Text Example

White with #CA8197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8197; }

 p { color: rgb(202,129,151); }

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

background-color css

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

 a { background-color: rgb(202,129,151); }

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

border-color css

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

 span { border-color: rgb(202,129,151); }

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