Html Css Color HEX #CFA04D Apache

📋 copy color: '#CFA04D'

red 207 ◦ green 160 ◦ blue 77

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

Shades of Apache #CFA04D

Tints of Apache #CFA04D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.04%

 BLUE value IS 77 (30.47% from 255) = 17.34%

R = 46.62%
G = 36.04%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CFA04D (or 0xCFA04D) is known color: Apache. HEX triplet: CF, A0 and 4D. RGB value is (207,160,77). Sum of RGB (Red+Green+Blue) = 207+160+77=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA04D is #305FB2. Grayscale: #A4A4A4. Windows color (decimal): -3170227 or 5087439. OLE color: 5087439.

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

Color convert

RGB 207 160 77 -
CMYK 0 0.23 0.63 0.19
HSL 38.31º 0.58% 0.56% -
HSV(B) 38.31º 0.63% 0.81% -
XYZ 39.64 38.94 12.45 -
YUV 164.59 78.57 158.25 -
System Red Green Blue C M Y K H S L
Decimal 207 160 77 0 0.23 0.63 0.19 38.31 0.58 0.56
Hex CF A0 4D 0 17 3F 13 26 3A 38
Octal 317 240 115 0 27 77 23 46 72 70
Binary 11001111 10100000 1001101 0 10111 111111 10011 100110 111010 111000

Color Harmonies of #CFA04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA04D

Black with #CFA04D

Text Example


Text Example

White with #CFA04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA04D; }

 p { color: rgb(207,160,77); }

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

background-color css

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

 a { background-color: rgb(207,160,77); }

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

border-color css

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

 span { border-color: rgb(207,160,77); }

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