Html Css Color HEX #CFAD65 Apache

📋 copy color: '#CFAD65'

red 207 ◦ green 173 ◦ blue 101

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

Shades of Apache #CFAD65

Tints of Apache #CFAD65

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.97%

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

R = 43.04%
G = 35.97%
B = 21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CFAD65 (or 0xCFAD65) is known color: Apache. HEX triplet: CF, AD and 65. RGB value is (207,173,101). Sum of RGB (Red+Green+Blue) = 207+173+101=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD65 is #30529A. Grayscale: #AFAFAF. Windows color (decimal): -3166875 or 6663631. OLE color: 6663631.

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

Color convert

RGB 207 173 101 -
CMYK 0 0.16 0.51 0.19
HSL 40.75º 0.52% 0.6% -
HSV(B) 40.75º 0.51% 0.81% -
XYZ 43.02 44.09 18.55 -
YUV 174.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 207 173 101 0 0.16 0.51 0.19 40.75 0.52 0.6
Hex CF AD 65 0 10 33 13 29 34 3C
Octal 317 255 145 0 20 63 23 51 64 74
Binary 11001111 10101101 1100101 0 10000 110011 10011 101001 110100 111100

Color Harmonies of #CFAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD65

Black with #CFAD65

Text Example


Text Example

White with #CFAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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