Html Css Color HEX #CFA465 Apache

📋 copy color: '#CFA465'

red 207 ◦ green 164 ◦ blue 101

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

Shades of Apache #CFA465

Tints of Apache #CFA465

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.75%

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

R = 43.86%
G = 34.75%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CFA465 (or 0xCFA465) is known color: Apache. HEX triplet: CF, A4 and 65. RGB value is (207,164,101). Sum of RGB (Red+Green+Blue) = 207+164+101=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA465 is #305B9A. Grayscale: #A9A9A9. Windows color (decimal): -3169179 or 6661327. OLE color: 6661327.

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

Color convert

RGB 207 164 101 -
CMYK 0 0.21 0.51 0.19
HSL 35.66º 0.52% 0.6% -
HSV(B) 35.66º 0.51% 0.81% -
XYZ 41.36 40.76 18 -
YUV 169.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 207 164 101 0 0.21 0.51 0.19 35.66 0.52 0.6
Hex CF A4 65 0 15 33 13 24 34 3C
Octal 317 244 145 0 25 63 23 44 64 74
Binary 11001111 10100100 1100101 0 10101 110011 10011 100100 110100 111100

Color Harmonies of #CFA465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA465

Black with #CFA465

Text Example


Text Example

White with #CFA465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA465; }

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

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

background-color css

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

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

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

border-color css

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

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

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