Html Css Color HEX #CFA063 Apache

📋 copy color: '#CFA063'

red 207 ◦ green 160 ◦ blue 99

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

Shades of Apache #CFA063

Tints of Apache #CFA063

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.33%

 BLUE value IS 99 (39.06% from 255) = 21.24%

R = 44.42%
G = 34.33%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CFA063 (or 0xCFA063) is known color: Apache. HEX triplet: CF, A0 and 63. RGB value is (207,160,99). Sum of RGB (Red+Green+Blue) = 207+160+99=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA063 is #305F9C. Grayscale: #A7A7A7. Windows color (decimal): -3170205 or 6529231. OLE color: 6529231.

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

Color convert

RGB 207 160 99 -
CMYK 0 0.23 0.52 0.19
HSL 33.89º 0.53% 0.6% -
HSV(B) 33.89º 0.52% 0.81% -
XYZ 40.56 39.31 17.25 -
YUV 167.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 207 160 99 0 0.23 0.52 0.19 33.89 0.53 0.6
Hex CF A0 63 0 17 34 13 22 35 3C
Octal 317 240 143 0 27 64 23 42 65 74
Binary 11001111 10100000 1100011 0 10111 110100 10011 100010 110101 111100

Color Harmonies of #CFA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA063

Black with #CFA063

Text Example


Text Example

White with #CFA063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA063; }

 p { color: rgb(207,160,99); }

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

background-color css

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

 a { background-color: rgb(207,160,99); }

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

border-color css

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

 span { border-color: rgb(207,160,99); }

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