Html Css Color HEX #CFA95D Apache

📋 copy color: '#CFA95D'

red 207 ◦ green 169 ◦ blue 93

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

Shades of Apache #CFA95D

Tints of Apache #CFA95D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.03%

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

R = 44.14%
G = 36.03%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CFA95D (or 0xCFA95D) is known color: Apache. HEX triplet: CF, A9 and 5D. RGB value is (207,169,93). Sum of RGB (Red+Green+Blue) = 207+169+93=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA95D is #3056A2. Grayscale: #ACACAC. Windows color (decimal): -3167907 or 6138319. OLE color: 6138319.

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

Color convert

RGB 207 169 93 -
CMYK 0 0.18 0.55 0.19
HSL 40º 0.54% 0.59% -
HSV(B) 40º 0.55% 0.81% -
XYZ 41.9 42.43 16.34 -
YUV 171.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 207 169 93 0 0.18 0.55 0.19 40 0.54 0.59
Hex CF A9 5D 0 12 37 13 28 36 3B
Octal 317 251 135 0 22 67 23 50 66 73
Binary 11001111 10101001 1011101 0 10010 110111 10011 101000 110110 111011

Color Harmonies of #CFA95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA95D

Black with #CFA95D

Text Example


Text Example

White with #CFA95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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