Html Css Color HEX #CFA364 Apache

📋 copy color: '#CFA364'

red 207 ◦ green 163 ◦ blue 100

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

Shades of Apache #CFA364

Tints of Apache #CFA364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.68%

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

R = 44.04%
G = 34.68%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CFA364 (or 0xCFA364) is known color: Apache. HEX triplet: CF, A3 and 64. RGB value is (207,163,100). Sum of RGB (Red+Green+Blue) = 207+163+100=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA364 is #305C9B. Grayscale: #A9A9A9. Windows color (decimal): -3169436 or 6595535. OLE color: 6595535.

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

Color convert

RGB 207 163 100 -
CMYK 0 0.21 0.52 0.19
HSL 35.33º 0.53% 0.6% -
HSV(B) 35.33º 0.52% 0.81% -
XYZ 41.13 40.38 17.68 -
YUV 168.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 207 163 100 0 0.21 0.52 0.19 35.33 0.53 0.6
Hex CF A3 64 0 15 34 13 23 35 3C
Octal 317 243 144 0 25 64 23 43 65 74
Binary 11001111 10100011 1100100 0 10101 110100 10011 100011 110101 111100

Color Harmonies of #CFA364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA364

Black with #CFA364

Text Example


Text Example

White with #CFA364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA364; }

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

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

background-color css

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

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

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

border-color css

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

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

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