Html Css Color HEX #CFAC5D Apache

📋 copy color: '#CFAC5D'

red 207 ◦ green 172 ◦ blue 93

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

Shades of Apache #CFAC5D

Tints of Apache #CFAC5D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.44%

 BLUE value IS 93 (36.72% from 255) = 19.7%

R = 43.86%
G = 36.44%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CFAC5D (or 0xCFAC5D) is known color: Apache. HEX triplet: CF, AC and 5D. RGB value is (207,172,93). Sum of RGB (Red+Green+Blue) = 207+172+93=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC5D is #3053A2. Grayscale: #ADADAD. Windows color (decimal): -3167139 or 6139087. OLE color: 6139087.

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

Color convert

RGB 207 172 93 -
CMYK 0 0.17 0.55 0.19
HSL 41.58º 0.54% 0.59% -
HSV(B) 41.58º 0.55% 0.81% -
XYZ 42.46 43.56 16.53 -
YUV 173.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 207 172 93 0 0.17 0.55 0.19 41.58 0.54 0.59
Hex CF AC 5D 0 11 37 13 2A 36 3B
Octal 317 254 135 0 21 67 23 52 66 73
Binary 11001111 10101100 1011101 0 10001 110111 10011 101010 110110 111011

Color Harmonies of #CFAC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAC5D

Black with #CFAC5D

Text Example


Text Example

White with #CFAC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAC5D; }

 p { color: rgb(207,172,93); }

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

background-color css

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

 a { background-color: rgb(207,172,93); }

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

border-color css

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

 span { border-color: rgb(207,172,93); }

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