Html Css Color HEX #CA8B96 Puce

📋 copy color: '#CA8B96'

red 202 ◦ green 139 ◦ blue 150

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

Shades of Puce #CA8B96

Tints of Puce #CA8B96

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.31%

 BLUE value IS 150 (58.98% from 255) = 30.55%

R = 41.14%
G = 28.31%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA8B96 (or 0xCA8B96) is known color: Puce. HEX triplet: CA, 8B and 96. RGB value is (202,139,150). Sum of RGB (Red+Green+Blue) = 202+139+150=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8B96 is #357469. Grayscale: #9F9F9F. Windows color (decimal): -3503210 or 9866186. OLE color: 9866186.

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

Color convert

RGB 202 139 150 -
CMYK 0 0.31 0.26 0.21
HSL 349.52º 0.37% 0.67% -
HSV(B) 349.52º 0.31% 0.79% -
XYZ 39.09 33.22 33.21 -
YUV 159.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 202 139 150 0 0.31 0.26 0.21 349.52 0.37 0.67
Hex CA 8B 96 0 1F 1A 15 15E 25 43
Octal 312 213 226 0 37 32 25 536 45 103
Binary 11001010 10001011 10010110 0 11111 11010 10101 101011110 100101 1000011

Color Harmonies of #CA8B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8B96

Black with #CA8B96

Text Example


Text Example

White with #CA8B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8B96; }

 p { color: rgb(202,139,150); }

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

background-color css

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

 a { background-color: rgb(202,139,150); }

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

border-color css

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

 span { border-color: rgb(202,139,150); }

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