#CFA88D

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

Shades of Cameo #CFA88D

Tints of Cameo #CFA88D

Color information

#CFA88D (or 0xCFA88D) is unknown color: approx Cameo. HEX triplet: CF, A8 and 8D. RGB value is (207,168,141). Sum of RGB (Red+Green+Blue) = 207+168+141=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA88D is #305772. Grayscale: #B0B0B0. Windows color (decimal): -3168115 or 9283791. OLE color: 9283791.

HSL color Cylindrical-coordinate representation of color #CFA88D: hue angle of 24.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA88D is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207168141-
CMYK00.190.320.19
HSL24.55º40.74%68.24%-
HSV(B)24.55º31.88%81.18%-
XYZ44.5443.1931.19-
YUV176.58107.92149.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 168 (66.02% from 255) = 32.56%
BLUE value IS 141 (55.47% from 255) = 27.33%
R=40.12%
G=32.56%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716814100.190.320.1924.5540.7468.24
HexCFA88D0132013192944
Octal31725021502340233151104
Binary11001111101010001000110101001110000010011110011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA88D; }

 p { color: rgb(207,168,141); }

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

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

 a { background-color: rgb(207,168,141); }

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

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

 span { border-color: rgb(207,168,141); }

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