Html Css Color HEX #CA8895 Puce

📋 copy color: '#CA8895'

red 202 ◦ green 136 ◦ blue 149

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

Shades of Puce #CA8895

Tints of Puce #CA8895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.93%

 BLUE value IS 149 (58.59% from 255) = 30.6%

R = 41.48%
G = 27.93%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA8895 (or 0xCA8895) is known color: Puce. HEX triplet: CA, 88 and 95. RGB value is (202,136,149). Sum of RGB (Red+Green+Blue) = 202+136+149=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8895 is #35776A. Grayscale: #9D9D9D. Windows color (decimal): -3503979 or 9799882. OLE color: 9799882.

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

Color convert

RGB 202 136 149 -
CMYK 0 0.33 0.26 0.21
HSL 348.18º 0.38% 0.66% -
HSV(B) 348.18º 0.33% 0.79% -
XYZ 38.59 32.33 32.64 -
YUV 157.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 202 136 149 0 0.33 0.26 0.21 348.18 0.38 0.66
Hex CA 88 95 0 21 1A 15 15C 26 42
Octal 312 210 225 0 41 32 25 534 46 102
Binary 11001010 10001000 10010101 0 100001 11010 10101 101011100 100110 1000010

Color Harmonies of #CA8895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8895

Black with #CA8895

Text Example


Text Example

White with #CA8895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8895; }

 p { color: rgb(202,136,149); }

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

background-color css

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

 a { background-color: rgb(202,136,149); }

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

border-color css

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

 span { border-color: rgb(202,136,149); }

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