Html Css Color HEX #CFA45F Apache

📋 copy color: '#CFA45F'

red 207 ◦ green 164 ◦ blue 95

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

Shades of Apache #CFA45F

Tints of Apache #CFA45F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.19%

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

R = 44.42%
G = 35.19%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CFA45F (or 0xCFA45F) is known color: Apache. HEX triplet: CF, A4 and 5F. RGB value is (207,164,95). Sum of RGB (Red+Green+Blue) = 207+164+95=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA45F is #305BA0. Grayscale: #A9A9A9. Windows color (decimal): -3169185 or 6268111. OLE color: 6268111.

HSL color Cylindrical-coordinate representation of color #CFA45F: hue angle of 36.96º 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 #CFA45F is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 164 95 -
CMYK 0 0.21 0.54 0.19
HSL 36.96º 0.54% 0.59% -
HSV(B) 36.96º 0.54% 0.81% -
XYZ 41.07 40.64 16.51 -
YUV 168.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 207 164 95 0 0.21 0.54 0.19 36.96 0.54 0.59
Hex CF A4 5F 0 15 36 13 25 36 3B
Octal 317 244 137 0 25 66 23 45 66 73
Binary 11001111 10100100 1011111 0 10101 110110 10011 100101 110110 111011

Color Harmonies of #CFA45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA45F

Black with #CFA45F

Text Example


Text Example

White with #CFA45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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