Html Css Color HEX #CFAD5C Apache

📋 copy color: '#CFAD5C'

red 207 ◦ green 173 ◦ blue 92

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

Shades of Apache #CFAD5C

Tints of Apache #CFAD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.49%

R = 43.86%
G = 36.65%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CFAD5C (or 0xCFAD5C) is known color: Apache. HEX triplet: CF, AD and 5C. RGB value is (207,173,92). Sum of RGB (Red+Green+Blue) = 207+173+92=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD5C is #3052A3. Grayscale: #AEAEAE. Windows color (decimal): -3166884 or 6073807. OLE color: 6073807.

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

Color convert

RGB 207 173 92 -
CMYK 0 0.16 0.56 0.19
HSL 42.26º 0.55% 0.59% -
HSV(B) 42.26º 0.56% 0.81% -
XYZ 42.61 43.93 16.36 -
YUV 173.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 207 173 92 0 0.16 0.56 0.19 42.26 0.55 0.59
Hex CF AD 5C 0 10 38 13 2A 37 3B
Octal 317 255 134 0 20 70 23 52 67 73
Binary 11001111 10101101 1011100 0 10000 111000 10011 101010 110111 111011

Color Harmonies of #CFAD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD5C

Black with #CFAD5C

Text Example


Text Example

White with #CFAD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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