#CDAB87

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

Shades of Cameo #CDAB87

Tints of Cameo #CDAB87

Color information

#CDAB87 (or 0xCDAB87) is unknown color: approx Cameo. HEX triplet: CD, AB and 87. RGB value is (205,171,135). Sum of RGB (Red+Green+Blue) = 205+171+135=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAB87 is #325478. Grayscale: #B1B1B1. Windows color (decimal): -3298425 or 8891341. OLE color: 8891341.

HSL color Cylindrical-coordinate representation of color #CDAB87: hue angle of 30.86º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDAB87 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB205171135-
CMYK00.170.340.20
HSL30.86º41.18%66.67%-
HSV(B)30.86º34.15%80.39%-
XYZ44.1143.8529.06-
YUV177.06104.26147.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 135 (53.12% from 255) = 26.42%
R=40.12%
G=33.46%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517113500.170.340.2030.8641.1866.67
HexCDAB8701122141f2943
Octal31525320702142243751103
Binary11001101101010111000011101000110001010100111111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB87; }

 p { color: rgb(205,171,135); }

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

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

 a { background-color: rgb(205,171,135); }

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

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

 span { border-color: rgb(205,171,135); }

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