#CB7FA5

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

Shades of Puce #CB7FA5

Tints of Puce #CB7FA5

Color information

#CB7FA5 (or 0xCB7FA5) is unknown color: approx Puce. HEX triplet: CB, 7F and A5. RGB value is (203,127,165). Sum of RGB (Red+Green+Blue) = 203+127+165=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7FA5 is #34805A. Grayscale: #999999. Windows color (decimal): -3440731 or 10846155. OLE color: 10846155.

HSL color Cylindrical-coordinate representation of color #CB7FA5: hue angle of 330º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7FA5 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB203127165-
CMYK00.370.190.20
HSL330º42.22%64.71%-
HSV(B)330º37.44%79.61%-
XYZ39.0130.5939.45-
YUV154.06134.18162.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 165 (64.84% from 255) = 33.33%
R=41.01%
G=25.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312716500.370.190.2033042.2264.71
HexCB7FA5025131414a2a41
Octal313177245045232451252101
Binary11001011111111110100101010010110011101001010010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7FA5; }

 p { color: rgb(203,127,165); }

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

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

 a { background-color: rgb(203,127,165); }

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

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

 span { border-color: rgb(203,127,165); }

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