Html Css Color HEX #CFAD53 Apache

📋 copy color: '#CFAD53'

red 207 ◦ green 173 ◦ blue 83

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

Shades of Apache #CFAD53

Tints of Apache #CFAD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.93%

R = 44.71%
G = 37.37%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CFAD53 (or 0xCFAD53) is known color: Apache. HEX triplet: CF, AD and 53. RGB value is (207,173,83). Sum of RGB (Red+Green+Blue) = 207+173+83=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD53 is #3052AC. Grayscale: #ADADAD. Windows color (decimal): -3166893 or 5483983. OLE color: 5483983.

HSL color Cylindrical-coordinate representation of color #CFAD53: hue angle of 43.55º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFAD53 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 173 83 -
CMYK 0 0.16 0.60 0.19
HSL 43.55º 0.56% 0.57% -
HSV(B) 43.55º 0.6% 0.81% -
XYZ 42.24 43.78 14.41 -
YUV 172.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 207 173 83 0 0.16 0.60 0.19 43.55 0.56 0.57
Hex CF AD 53 0 10 3C 13 2C 38 39
Octal 317 255 123 0 20 74 23 54 70 71
Binary 11001111 10101101 1010011 0 10000 111100 10011 101100 111000 111001

Color Harmonies of #CFAD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD53

Black with #CFAD53

Text Example


Text Example

White with #CFAD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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