#CA8092

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

Shades of Puce #CA8092

Tints of Puce #CA8092

Color information

#CA8092 (or 0xCA8092) is unknown color: approx Puce. HEX triplet: CA, 80 and 92. RGB value is (202,128,146). Sum of RGB (Red+Green+Blue) = 202+128+146=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8092 is #357F6D. Grayscale: #989898. Windows color (decimal): -3506030 or 9601226. OLE color: 9601226.

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

Color convert

RGB202128146-
CMYK00.370.280.21
HSL345.41º41.11%64.71%-
HSV(B)345.41º36.63%79.22%-
XYZ37.2630.0731.03-
YUV152.18124.52163.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 146 (57.42% from 255) = 30.67%
R=42.44%
G=26.89%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212814600.370.280.21345.4141.1164.71
HexCA80920251C151592941
Octal312200222045342553151101
Binary110010101000000010010010010010111100101011010110011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8092; }

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

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

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

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

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

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

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

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