#CFA982

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

Shades of Cameo #CFA982

Tints of Cameo #CFA982

Color information

#CFA982 (or 0xCFA982) is unknown color: approx Cameo. HEX triplet: CF, A9 and 82. RGB value is (207,169,130). Sum of RGB (Red+Green+Blue) = 207+169+130=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA982 is #30567D. Grayscale: #B0B0B0. Windows color (decimal): -3167870 or 8563151. OLE color: 8563151.

HSL color Cylindrical-coordinate representation of color #CFA982: hue angle of 30.39º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFA982 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB207169130-
CMYK00.180.370.19
HSL30.39º44.51%66.08%-
HSV(B)30.39º37.2%81.18%-
XYZ43.9543.2527.15-
YUV175.92102.09150.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 130 (51.17% from 255) = 25.69%
R=40.91%
G=33.40%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716913000.180.370.1930.3944.5166.08
HexCFA98201225131e2d42
Octal31725120202245233655102
Binary11001111101010011000001001001010010110011111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA982; }

 p { color: rgb(207,169,130); }

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

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

 a { background-color: rgb(207,169,130); }

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

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

 span { border-color: rgb(207,169,130); }

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