Html Css Color HEX #CFA05F Apache

📋 copy color: '#CFA05F'

red 207 ◦ green 160 ◦ blue 95

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

Shades of Apache #CFA05F

Tints of Apache #CFA05F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.63%

 BLUE value IS 95 (37.5% from 255) = 20.56%

R = 44.81%
G = 34.63%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CFA05F (or 0xCFA05F) is known color: Apache. HEX triplet: CF, A0 and 5F. RGB value is (207,160,95). Sum of RGB (Red+Green+Blue) = 207+160+95=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA05F is #305FA0. Grayscale: #A6A6A6. Windows color (decimal): -3170209 or 6267087. OLE color: 6267087.

HSL color Cylindrical-coordinate representation of color #CFA05F: hue angle of 34.82º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFA05F is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 95 -
CMYK 0 0.23 0.54 0.19
HSL 34.82º 0.54% 0.59% -
HSV(B) 34.82º 0.54% 0.81% -
XYZ 40.37 39.23 16.27 -
YUV 166.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 207 160 95 0 0.23 0.54 0.19 34.82 0.54 0.59
Hex CF A0 5F 0 17 36 13 23 36 3B
Octal 317 240 137 0 27 66 23 43 66 73
Binary 11001111 10100000 1011111 0 10111 110110 10011 100011 110110 111011

Color Harmonies of #CFA05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA05F

Black with #CFA05F

Text Example


Text Example

White with #CFA05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA05F; }

 p { color: rgb(207,160,95); }

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

background-color css

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

 a { background-color: rgb(207,160,95); }

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

border-color css

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

 span { border-color: rgb(207,160,95); }

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