Html Css Color HEX #CFA065 Apache

📋 copy color: '#CFA065'

red 207 ◦ green 160 ◦ blue 101

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

Shades of Apache #CFA065

Tints of Apache #CFA065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.58%

R = 44.23%
G = 34.19%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CFA065 (or 0xCFA065) is known color: Apache. HEX triplet: CF, A0 and 65. RGB value is (207,160,101). Sum of RGB (Red+Green+Blue) = 207+160+101=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA065 is #305F9A. Grayscale: #A7A7A7. Windows color (decimal): -3170203 or 6660303. OLE color: 6660303.

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

Color convert

RGB 207 160 101 -
CMYK 0 0.23 0.51 0.19
HSL 33.4º 0.52% 0.6% -
HSV(B) 33.4º 0.51% 0.81% -
XYZ 40.65 39.35 17.76 -
YUV 167.33 90.57 156.3 -
System Red Green Blue C M Y K H S L
Decimal 207 160 101 0 0.23 0.51 0.19 33.4 0.52 0.6
Hex CF A0 65 0 17 33 13 21 34 3C
Octal 317 240 145 0 27 63 23 41 64 74
Binary 11001111 10100000 1100101 0 10111 110011 10011 100001 110100 111100

Color Harmonies of #CFA065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA065

Black with #CFA065

Text Example


Text Example

White with #CFA065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA065; }

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

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

background-color css

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

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

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

border-color css

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

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

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