Html Css Color HEX #CFA658 Apache

📋 copy color: '#CFA658'

red 207 ◦ green 166 ◦ blue 88

#CFA658
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CFA658

Tints of Apache #CFA658

RGB

 RED value IS 207 (81.25% from 255) = 44.9%

 GREEN value IS 166 (65.23% from 255) = 36.01%

 BLUE value IS 88 (34.77% from 255) = 19.09%

R = 44.9%
G = 36.01%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFA658 (or 0xCFA658) is known color: Apache. HEX triplet: CF, A6 and 58. RGB value is (207,166,88). Sum of RGB (Red+Green+Blue) = 207+166+88=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA658 is #3059A7. Grayscale: #A9A9A9. Windows color (decimal): -3168680 or 5809871. OLE color: 5809871.

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

Color convert

RGB 207 166 88 -
CMYK 0 0.20 0.57 0.19
HSL 39.33º 0.55% 0.58% -
HSV(B) 39.33º 0.57% 0.81% -
XYZ 41.13 41.24 15.03 -
YUV 169.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 207 166 88 0 0.20 0.57 0.19 39.33 0.55 0.58
Hex CF A6 58 0 14 39 13 27 37 3A
Octal 317 246 130 0 24 71 23 47 67 72
Binary 11001111 10100110 1011000 0 10100 111001 10011 100111 110111 111010

Color Harmonies of #CFA658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA658

Black with #CFA658

Text Example


Text Example

White with #CFA658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA658; }

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

 H1.HeaderClassName
 {
   color: #CFA658;
 }
 .AnyTagClassName
 {
   color: #CFA658;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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