Html Css Color HEX #CA8397 Puce

📋 copy color: '#CA8397'

red 202 ◦ green 131 ◦ blue 151

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

Shades of Puce #CA8397

Tints of Puce #CA8397

RGB

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

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

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

R = 41.74%
G = 27.07%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA8397 (or 0xCA8397) is known color: Puce. HEX triplet: CA, 83 and 97. RGB value is (202,131,151). Sum of RGB (Red+Green+Blue) = 202+131+151=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8397 is #357C68. Grayscale: #9A9A9A. Windows color (decimal): -3505257 or 9929674. OLE color: 9929674.

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

Color convert

RGB 202 131 151 -
CMYK 0 0.35 0.25 0.21
HSL 343.1º 0.4% 0.65% -
HSV(B) 343.1º 0.35% 0.79% -
XYZ 38.06 31.02 33.26 -
YUV 154.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 202 131 151 0 0.35 0.25 0.21 343.1 0.4 0.65
Hex CA 83 97 0 23 19 15 157 28 41
Octal 312 203 227 0 43 31 25 527 50 101
Binary 11001010 10000011 10010111 0 100011 11001 10101 101010111 101000 1000001

Color Harmonies of #CA8397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8397

Black with #CA8397

Text Example


Text Example

White with #CA8397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8397; }

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

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

background-color css

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

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

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

border-color css

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

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

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