Html Css Color HEX #CFA95A Apache

📋 copy color: '#CFA95A'

red 207 ◦ green 169 ◦ blue 90

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

Shades of Apache #CFA95A

Tints of Apache #CFA95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.31%

R = 44.42%
G = 36.27%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFA95A (or 0xCFA95A) is known color: Apache. HEX triplet: CF, A9 and 5A. RGB value is (207,169,90). Sum of RGB (Red+Green+Blue) = 207+169+90=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA95A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA95A is #3056A5. Grayscale: #ABABAB. Windows color (decimal): -3167910 or 5941711. OLE color: 5941711.

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

Color convert

RGB 207 169 90 -
CMYK 0 0.18 0.57 0.19
HSL 40.51º 0.55% 0.58% -
HSV(B) 40.51º 0.57% 0.81% -
XYZ 41.77 42.38 15.65 -
YUV 171.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 207 169 90 0 0.18 0.57 0.19 40.51 0.55 0.58
Hex CF A9 5A 0 12 39 13 29 37 3A
Octal 317 251 132 0 22 71 23 51 67 72
Binary 11001111 10101001 1011010 0 10010 111001 10011 101001 110111 111010

Color Harmonies of #CFA95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA95A

Black with #CFA95A

Text Example


Text Example

White with #CFA95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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