Html Css Color HEX #CA889B Puce

📋 copy color: '#CA889B'

red 202 ◦ green 136 ◦ blue 155

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

Shades of Puce #CA889B

Tints of Puce #CA889B

RGB

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

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

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

R = 40.97%
G = 27.59%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA889B (or 0xCA889B) is known color: Puce. HEX triplet: CA, 88 and 9B. RGB value is (202,136,155). Sum of RGB (Red+Green+Blue) = 202+136+155=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA889B is #357764. Grayscale: #9D9D9D. Windows color (decimal): -3503973 or 10193098. OLE color: 10193098.

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

Color convert

RGB 202 136 155 -
CMYK 0 0.33 0.23 0.21
HSL 342.73º 0.38% 0.66% -
HSV(B) 342.73º 0.33% 0.79% -
XYZ 39.08 32.53 35.23 -
YUV 157.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 202 136 155 0 0.33 0.23 0.21 342.73 0.38 0.66
Hex CA 88 9B 0 21 17 15 157 26 42
Octal 312 210 233 0 41 27 25 527 46 102
Binary 11001010 10001000 10011011 0 100001 10111 10101 101010111 100110 1000010

Color Harmonies of #CA889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA889B

Black with #CA889B

Text Example


Text Example

White with #CA889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA889B; }

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

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

background-color css

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

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

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

border-color css

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

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

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