Html Css Color HEX #CA899A Puce

📋 copy color: '#CA899A'

red 202 ◦ green 137 ◦ blue 154

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

Shades of Puce #CA899A

Tints of Puce #CA899A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.24%

R = 40.97%
G = 27.79%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA899A (or 0xCA899A) is known color: Puce. HEX triplet: CA, 89 and 9A. RGB value is (202,137,154). Sum of RGB (Red+Green+Blue) = 202+137+154=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA899A is #357665. Grayscale: #9E9E9E. Windows color (decimal): -3503718 or 10127818. OLE color: 10127818.

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

Color convert

RGB 202 137 154 -
CMYK 0 0.32 0.24 0.21
HSL 344.31º 0.38% 0.66% -
HSV(B) 344.31º 0.32% 0.79% -
XYZ 39.14 32.78 34.84 -
YUV 158.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 202 137 154 0 0.32 0.24 0.21 344.31 0.38 0.66
Hex CA 89 9A 0 20 18 15 158 26 42
Octal 312 211 232 0 40 30 25 530 46 102
Binary 11001010 10001001 10011010 0 100000 11000 10101 101011000 100110 1000010

Color Harmonies of #CA899A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA899A

Black with #CA899A

Text Example


Text Example

White with #CA899A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA899A; }

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

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

background-color css

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

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

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

border-color css

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

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

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