Html Css Color HEX #CFA458 Apache

📋 copy color: '#CFA458'

red 207 ◦ green 164 ◦ blue 88

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

Shades of Apache #CFA458

Tints of Apache #CFA458

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.73%

 BLUE value IS 88 (34.77% from 255) = 19.17%

R = 45.1%
G = 35.73%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFA458 (or 0xCFA458) is known color: Apache. HEX triplet: CF, A4 and 58. RGB value is (207,164,88). Sum of RGB (Red+Green+Blue) = 207+164+88=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA458 is #305BA7. Grayscale: #A8A8A8. Windows color (decimal): -3169192 or 5809359. OLE color: 5809359.

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

Color convert

RGB 207 164 88 -
CMYK 0 0.21 0.57 0.19
HSL 38.32º 0.55% 0.58% -
HSV(B) 38.32º 0.57% 0.81% -
XYZ 40.77 40.52 14.91 -
YUV 168.19 82.75 155.68 -
System Red Green Blue C M Y K H S L
Decimal 207 164 88 0 0.21 0.57 0.19 38.32 0.55 0.58
Hex CF A4 58 0 15 39 13 26 37 3A
Octal 317 244 130 0 25 71 23 46 67 72
Binary 11001111 10100100 1011000 0 10101 111001 10011 100110 110111 111010

Color Harmonies of #CFA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA458

Black with #CFA458

Text Example


Text Example

White with #CFA458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA458; }

 p { color: rgb(207,164,88); }

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

background-color css

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

 a { background-color: rgb(207,164,88); }

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

border-color css

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

 span { border-color: rgb(207,164,88); }

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