#CFA488

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

Shades of Cameo #CFA488

Tints of Cameo #CFA488

Color information

#CFA488 (or 0xCFA488) is unknown color: approx Cameo. HEX triplet: CF, A4 and 88. RGB value is (207,164,136). Sum of RGB (Red+Green+Blue) = 207+164+136=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA488 is #305B77. Grayscale: #ADADAD. Windows color (decimal): -3169144 or 8955087. OLE color: 8955087.

HSL color Cylindrical-coordinate representation of color #CFA488: hue angle of 23.66º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA488 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB207164136-
CMYK00.210.340.19
HSL23.66º42.51%67.25%-
HSV(B)23.66º34.3%81.18%-
XYZ43.4541.5929.03-
YUV173.66106.75151.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=40.83%
G=32.35%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716413600.210.340.1923.6642.5167.25
HexCFA4880152213182b43
Octal31724421002542233053103
Binary11001111101001001000100001010110001010011110001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA488; }

 p { color: rgb(207,164,136); }

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

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

 a { background-color: rgb(207,164,136); }

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

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

 span { border-color: rgb(207,164,136); }

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