Html Css Color HEX #CFA64F Apache

📋 copy color: '#CFA64F'

red 207 ◦ green 166 ◦ blue 79

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

Shades of Apache #CFA64F

Tints of Apache #CFA64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.48%

R = 45.8%
G = 36.73%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CFA64F (or 0xCFA64F) is known color: Apache. HEX triplet: CF, A6 and 4F. RGB value is (207,166,79). Sum of RGB (Red+Green+Blue) = 207+166+79=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA64F is #3059B0. Grayscale: #A8A8A8. Windows color (decimal): -3168689 or 5220047. OLE color: 5220047.

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

Color convert

RGB 207 166 79 -
CMYK 0 0.20 0.62 0.19
HSL 40.78º 0.57% 0.56% -
HSV(B) 40.78º 0.62% 0.81% -
XYZ 40.78 41.1 13.18 -
YUV 168.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 207 166 79 0 0.20 0.62 0.19 40.78 0.57 0.56
Hex CF A6 4F 0 14 3E 13 29 39 38
Octal 317 246 117 0 24 76 23 51 71 70
Binary 11001111 10100110 1001111 0 10100 111110 10011 101001 111001 111000

Color Harmonies of #CFA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA64F

Black with #CFA64F

Text Example


Text Example

White with #CFA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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