Html Css Color HEX #CFAD63 Apache

📋 copy color: '#CFAD63'

red 207 ◦ green 173 ◦ blue 99

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

Shades of Apache #CFAD63

Tints of Apache #CFAD63

RGB

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

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

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

R = 43.22%
G = 36.12%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CFAD63 (or 0xCFAD63) is known color: Apache. HEX triplet: CF, AD and 63. RGB value is (207,173,99). Sum of RGB (Red+Green+Blue) = 207+173+99=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD63 is #30529C. Grayscale: #AFAFAF. Windows color (decimal): -3166877 or 6532559. OLE color: 6532559.

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

Color convert

RGB 207 173 99 -
CMYK 0 0.16 0.52 0.19
HSL 41.11º 0.53% 0.6% -
HSV(B) 41.11º 0.52% 0.81% -
XYZ 42.93 44.05 18.05 -
YUV 174.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 207 173 99 0 0.16 0.52 0.19 41.11 0.53 0.6
Hex CF AD 63 0 10 34 13 29 35 3C
Octal 317 255 143 0 20 64 23 51 65 74
Binary 11001111 10101101 1100011 0 10000 110100 10011 101001 110101 111100

Color Harmonies of #CFAD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD63

Black with #CFAD63

Text Example


Text Example

White with #CFAD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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