#CFA67A

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

Shades of Cameo #CFA67A

Tints of Cameo #CFA67A

Color information

#CFA67A (or 0xCFA67A) is unknown color: approx Cameo. HEX triplet: CF, A6 and 7A. RGB value is (207,166,122). Sum of RGB (Red+Green+Blue) = 207+166+122=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA67A is #305985. Grayscale: #ADADAD. Windows color (decimal): -3168646 or 8038095. OLE color: 8038095.

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

Color convert

RGB207166122-
CMYK00.200.410.19
HSL31.06º46.96%64.51%-
HSV(B)31.06º41.06%81.18%-
XYZ42.8841.9424.25-
YUV173.2499.08152.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=41.82%
G=33.54%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716612200.200.410.1931.0646.9664.51
HexCFA67A01429131f2f41
Octal31724617202451233757101
Binary1100111110100110111101001010010100110011111111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA67A; }

 p { color: rgb(207,166,122); }

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

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

 a { background-color: rgb(207,166,122); }

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

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

 span { border-color: rgb(207,166,122); }

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