Html Css Color HEX #CA8691 Puce

📋 copy color: '#CA8691'

red 202 ◦ green 134 ◦ blue 145

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

Shades of Puce #CA8691

Tints of Puce #CA8691

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.86%

 BLUE value IS 145 (57.03% from 255) = 30.15%

R = 42%
G = 27.86%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA8691 (or 0xCA8691) is known color: Puce. HEX triplet: CA, 86 and 91. RGB value is (202,134,145). Sum of RGB (Red+Green+Blue) = 202+134+145=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8691 is #35796E. Grayscale: #9B9B9B. Windows color (decimal): -3504495 or 9537226. OLE color: 9537226.

HSL color Cylindrical-coordinate representation of color #CA8691: hue angle of 350.29º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA8691 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 134 145 -
CMYK 0 0.34 0.28 0.21
HSL 350.29º 0.39% 0.66% -
HSV(B) 350.29º 0.34% 0.79% -
XYZ 37.99 31.65 30.89 -
YUV 155.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 202 134 145 0 0.34 0.28 0.21 350.29 0.39 0.66
Hex CA 86 91 0 22 1C 15 15E 27 42
Octal 312 206 221 0 42 34 25 536 47 102
Binary 11001010 10000110 10010001 0 100010 11100 10101 101011110 100111 1000010

Color Harmonies of #CA8691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8691

Black with #CA8691

Text Example


Text Example

White with #CA8691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8691; }

 p { color: rgb(202,134,145); }

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

background-color css

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

 a { background-color: rgb(202,134,145); }

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

border-color css

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

 span { border-color: rgb(202,134,145); }

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