Html Css Color HEX #CFA958 Apache

📋 copy color: '#CFA958'

red 207 ◦ green 169 ◦ blue 88

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

Shades of Apache #CFA958

Tints of Apache #CFA958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.97%

R = 44.61%
G = 36.42%
B = 18.97%

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

#CFA958 (or 0xCFA958) is known color: Apache. HEX triplet: CF, A9 and 58. RGB value is (207,169,88). Sum of RGB (Red+Green+Blue) = 207+169+88=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA958 is #3056A7. Grayscale: #ABABAB. Windows color (decimal): -3167912 or 5810639. OLE color: 5810639.

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

Color convert

RGB 207 169 88 -
CMYK 0 0.18 0.57 0.19
HSL 40.84º 0.55% 0.58% -
HSV(B) 40.84º 0.57% 0.81% -
XYZ 41.68 42.35 15.21 -
YUV 171.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 207 169 88 0 0.18 0.57 0.19 40.84 0.55 0.58
Hex CF A9 58 0 12 39 13 29 37 3A
Octal 317 251 130 0 22 71 23 51 67 72
Binary 11001111 10101001 1011000 0 10010 111001 10011 101001 110111 111010

Color Harmonies of #CFA958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA958

Black with #CFA958

Text Example


Text Example

White with #CFA958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA958; }

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

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

background-color css

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

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

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

border-color css

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

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

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