Html Css Color HEX #CFA756 Apache

📋 copy color: '#CFA756'

red 207 ◦ green 167 ◦ blue 86

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

Shades of Apache #CFA756

Tints of Apache #CFA756

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.3%

 BLUE value IS 86 (33.98% from 255) = 18.7%

R = 45%
G = 36.3%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CFA756 (or 0xCFA756) is known color: Apache. HEX triplet: CF, A7 and 56. RGB value is (207,167,86). Sum of RGB (Red+Green+Blue) = 207+167+86=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA756 is #3058A9. Grayscale: #AAAAAA. Windows color (decimal): -3168426 or 5679055. OLE color: 5679055.

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

Color convert

RGB 207 167 86 -
CMYK 0 0.19 0.58 0.19
HSL 40.17º 0.56% 0.57% -
HSV(B) 40.17º 0.58% 0.81% -
XYZ 41.23 41.57 14.66 -
YUV 169.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 207 167 86 0 0.19 0.58 0.19 40.17 0.56 0.57
Hex CF A7 56 0 13 3A 13 28 38 39
Octal 317 247 126 0 23 72 23 50 70 71
Binary 11001111 10100111 1010110 0 10011 111010 10011 101000 111000 111001

Color Harmonies of #CFA756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA756

Black with #CFA756

Text Example


Text Example

White with #CFA756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA756; }

 p { color: rgb(207,167,86); }

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

background-color css

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

 a { background-color: rgb(207,167,86); }

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

border-color css

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

 span { border-color: rgb(207,167,86); }

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