Html Css Color HEX #CA899B Puce

📋 copy color: '#CA899B'

red 202 ◦ green 137 ◦ blue 155

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

Shades of Puce #CA899B

Tints of Puce #CA899B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.73%

 BLUE value IS 155 (60.94% from 255) = 31.38%

R = 40.89%
G = 27.73%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA899B (or 0xCA899B) is known color: Puce. HEX triplet: CA, 89 and 9B. RGB value is (202,137,155). Sum of RGB (Red+Green+Blue) = 202+137+155=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA899B is #357664. Grayscale: #9E9E9E. Windows color (decimal): -3503717 or 10193354. OLE color: 10193354.

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

Color convert

RGB 202 137 155 -
CMYK 0 0.32 0.23 0.21
HSL 343.38º 0.38% 0.66% -
HSV(B) 343.38º 0.32% 0.79% -
XYZ 39.22 32.81 35.28 -
YUV 158.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 202 137 155 0 0.32 0.23 0.21 343.38 0.38 0.66
Hex CA 89 9B 0 20 17 15 157 26 42
Octal 312 211 233 0 40 27 25 527 46 102
Binary 11001010 10001001 10011011 0 100000 10111 10101 101010111 100110 1000010

Color Harmonies of #CA899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA899B

Black with #CA899B

Text Example


Text Example

White with #CA899B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA899B; }

 p { color: rgb(202,137,155); }

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

background-color css

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

 a { background-color: rgb(202,137,155); }

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

border-color css

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

 span { border-color: rgb(202,137,155); }

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