Html Css Color HEX #CFAB5F Apache

📋 copy color: '#CFAB5F'

red 207 ◦ green 171 ◦ blue 95

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

Shades of Apache #CFAB5F

Tints of Apache #CFAB5F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

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

R = 43.76%
G = 36.15%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CFAB5F (or 0xCFAB5F) is known color: Apache. HEX triplet: CF, AB and 5F. RGB value is (207,171,95). Sum of RGB (Red+Green+Blue) = 207+171+95=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB5F is #3054A0. Grayscale: #ADADAD. Windows color (decimal): -3167393 or 6269903. OLE color: 6269903.

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

Color convert

RGB 207 171 95 -
CMYK 0 0.17 0.54 0.19
HSL 40.71º 0.54% 0.59% -
HSV(B) 40.71º 0.54% 0.81% -
XYZ 42.36 43.22 16.94 -
YUV 173.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 207 171 95 0 0.17 0.54 0.19 40.71 0.54 0.59
Hex CF AB 5F 0 11 36 13 29 36 3B
Octal 317 253 137 0 21 66 23 51 66 73
Binary 11001111 10101011 1011111 0 10001 110110 10011 101001 110110 111011

Color Harmonies of #CFAB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB5F

Black with #CFAB5F

Text Example


Text Example

White with #CFAB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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