Html Css Color HEX #CFA15F Apache

📋 copy color: '#CFA15F'

red 207 ◦ green 161 ◦ blue 95

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

Shades of Apache #CFA15F

Tints of Apache #CFA15F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.77%

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

R = 44.71%
G = 34.77%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CFA15F (or 0xCFA15F) is known color: Apache. HEX triplet: CF, A1 and 5F. RGB value is (207,161,95). Sum of RGB (Red+Green+Blue) = 207+161+95=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA15F is #305EA0. Grayscale: #A7A7A7. Windows color (decimal): -3169953 or 6267343. OLE color: 6267343.

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

Color convert

RGB 207 161 95 -
CMYK 0 0.22 0.54 0.19
HSL 35.36º 0.54% 0.59% -
HSV(B) 35.36º 0.54% 0.81% -
XYZ 40.54 39.58 16.33 -
YUV 167.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 207 161 95 0 0.22 0.54 0.19 35.36 0.54 0.59
Hex CF A1 5F 0 16 36 13 23 36 3B
Octal 317 241 137 0 26 66 23 43 66 73
Binary 11001111 10100001 1011111 0 10110 110110 10011 100011 110110 111011

Color Harmonies of #CFA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA15F

Black with #CFA15F

Text Example


Text Example

White with #CFA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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