#CFAB48

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

Shades of Sundance #CFAB48

Tints of Sundance #CFAB48

Color information

#CFAB48 (or 0xCFAB48) is unknown color: approx Sundance. HEX triplet: CF, AB and 48. RGB value is (207,171,72). Sum of RGB (Red+Green+Blue) = 207+171+72=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB48 is #3054B7. Grayscale: #AAAAAA. Windows color (decimal): -3167416 or 4762575. OLE color: 4762575.

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

Color convert

RGB20717172-
CMYK00.170.650.19
HSL44º58.44%54.71%-
HSV(B)44º65.22%81.18%-
XYZ41.4642.8612.22-
YUV170.4872.43154.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 72 (28.52% from 255) = 16%
R=46%
G=38%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071717200.170.650.194458.4454.71
HexCFAB4801141132c3a37
Octal31725311002110123547267
Binary11001111101010111001000010001100000110011101100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAB48; }

 p { color: rgb(207,171,72); }

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

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

 a { background-color: rgb(207,171,72); }

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

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

 span { border-color: rgb(207,171,72); }

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