Html Css Color HEX #CFA764 Apache

📋 copy color: '#CFA764'

red 207 ◦ green 167 ◦ blue 100

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

Shades of Apache #CFA764

Tints of Apache #CFA764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.1%

R = 43.67%
G = 35.23%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CFA764 (or 0xCFA764) is known color: Apache. HEX triplet: CF, A7 and 64. RGB value is (207,167,100). Sum of RGB (Red+Green+Blue) = 207+167+100=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA764 is #30589B. Grayscale: #ABABAB. Windows color (decimal): -3168412 or 6596559. OLE color: 6596559.

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

Color convert

RGB 207 167 100 -
CMYK 0 0.19 0.52 0.19
HSL 37.57º 0.53% 0.6% -
HSV(B) 37.57º 0.52% 0.81% -
XYZ 41.85 41.82 17.92 -
YUV 171.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 207 167 100 0 0.19 0.52 0.19 37.57 0.53 0.6
Hex CF A7 64 0 13 34 13 26 35 3C
Octal 317 247 144 0 23 64 23 46 65 74
Binary 11001111 10100111 1100100 0 10011 110100 10011 100110 110101 111100

Color Harmonies of #CFA764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA764

Black with #CFA764

Text Example


Text Example

White with #CFA764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA764; }

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

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

background-color css

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

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

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

border-color css

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

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

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