#CFA379

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

Shades of Cameo #CFA379

Tints of Cameo #CFA379

Color information

#CFA379 (or 0xCFA379) is unknown color: approx Cameo. HEX triplet: CF, A3 and 79. RGB value is (207,163,121). Sum of RGB (Red+Green+Blue) = 207+163+121=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA379 is #305C86. Grayscale: #ABABAB. Windows color (decimal): -3169415 or 7971791. OLE color: 7971791.

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

Color convert

RGB207163121-
CMYK00.210.420.19
HSL29.3º47.25%64.31%-
HSV(B)29.3º41.55%81.18%-
XYZ42.2840.8423.74-
YUV171.3799.58153.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=42.16%
G=33.20%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716312100.210.420.1929.347.2564.31
HexCFA3790152A131d2f40
Octal31724317102552233557100
Binary1100111110100011111100101010110101010011111011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA379; }

 p { color: rgb(207,163,121); }

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

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

 a { background-color: rgb(207,163,121); }

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

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

 span { border-color: rgb(207,163,121); }

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