Html Css Color HEX #CFA853 Apache

📋 copy color: '#CFA853'

red 207 ◦ green 168 ◦ blue 83

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

Shades of Apache #CFA853

Tints of Apache #CFA853

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.68%

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

R = 45.2%
G = 36.68%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CFA853 (or 0xCFA853) is known color: Apache. HEX triplet: CF, A8 and 53. RGB value is (207,168,83). Sum of RGB (Red+Green+Blue) = 207+168+83=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA853 is #3057AC. Grayscale: #AAAAAA. Windows color (decimal): -3168173 or 5482703. OLE color: 5482703.

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

Color convert

RGB 207 168 83 -
CMYK 0 0.19 0.60 0.19
HSL 41.13º 0.56% 0.57% -
HSV(B) 41.13º 0.6% 0.81% -
XYZ 41.3 41.9 14.09 -
YUV 169.97 78.92 154.41 -
System Red Green Blue C M Y K H S L
Decimal 207 168 83 0 0.19 0.60 0.19 41.13 0.56 0.57
Hex CF A8 53 0 13 3C 13 29 38 39
Octal 317 250 123 0 23 74 23 51 70 71
Binary 11001111 10101000 1010011 0 10011 111100 10011 101001 111000 111001

Color Harmonies of #CFA853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA853

Black with #CFA853

Text Example


Text Example

White with #CFA853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA853; }

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

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

background-color css

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

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

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

border-color css

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

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

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