Html Css Color HEX #CFB059 Apache

📋 copy color: '#CFB059'

red 207 ◦ green 176 ◦ blue 89

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

Shades of Apache #CFB059

Tints of Apache #CFB059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.29%

 BLUE value IS 89 (35.16% from 255) = 18.86%

R = 43.86%
G = 37.29%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFB059 (or 0xCFB059) is known color: Apache. HEX triplet: CF, B0 and 59. RGB value is (207,176,89). Sum of RGB (Red+Green+Blue) = 207+176+89=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB059 is #304FA6. Grayscale: #AFAFAF. Windows color (decimal): -3166119 or 5877967. OLE color: 5877967.

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

Color convert

RGB 207 176 89 -
CMYK 0 0.15 0.57 0.19
HSL 44.24º 0.55% 0.58% -
HSV(B) 44.24º 0.57% 0.81% -
XYZ 43.06 45.04 15.87 -
YUV 175.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 207 176 89 0 0.15 0.57 0.19 44.24 0.55 0.58
Hex CF B0 59 0 F 39 13 2C 37 3A
Octal 317 260 131 0 17 71 23 54 67 72
Binary 11001111 10110000 1011001 0 1111 111001 10011 101100 110111 111010

Color Harmonies of #CFB059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB059

Black with #CFB059

Text Example


Text Example

White with #CFB059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB059; }

 p { color: rgb(207,176,89); }

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

background-color css

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

 a { background-color: rgb(207,176,89); }

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

border-color css

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

 span { border-color: rgb(207,176,89); }

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