#CA8098

Color #CA8098 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #CA8098

Tints of Puce #CA8098

Color information

#CA8098 (or 0xCA8098) is unknown color: approx Puce. HEX triplet: CA, 80 and 98. RGB value is (202,128,152). Sum of RGB (Red+Green+Blue) = 202+128+152=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8098 is #357F67. Grayscale: #989898. Windows color (decimal): -3506024 or 9994442. OLE color: 9994442.

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

Color convert

RGB202128152-
CMYK00.370.250.21
HSL340.54º41.11%64.71%-
HSV(B)340.54º36.63%79.22%-
XYZ37.7430.2633.56-
YUV152.86127.52163.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 152 (59.77% from 255) = 31.54%
R=41.91%
G=26.56%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212815200.370.250.21340.5441.1164.71
HexCA809802519151552941
Octal312200230045312552551101
Binary110010101000000010011000010010111001101011010101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8098; }

 p { color: rgb(202,128,152); }

 H1.HeaderClassName
 {
   color: #CA8098;
 }
 .AnyTagClassName
 {
   color: #CA8098;
 }
</style>
background-color css

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

 a { background-color: rgb(202,128,152); }

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

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

 span { border-color: rgb(202,128,152); }

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