Html Css Color HEX #CFB056 Apache

📋 copy color: '#CFB056'

red 207 ◦ green 176 ◦ blue 86

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

Shades of Apache #CFB056

Tints of Apache #CFB056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.34%

R = 44.14%
G = 37.53%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CFB056 (or 0xCFB056) is known color: Apache. HEX triplet: CF, B0 and 56. RGB value is (207,176,86). Sum of RGB (Red+Green+Blue) = 207+176+86=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB056 is #304FA9. Grayscale: #AFAFAF. Windows color (decimal): -3166122 or 5681359. OLE color: 5681359.

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

Color convert

RGB 207 176 86 -
CMYK 0 0.15 0.58 0.19
HSL 44.63º 0.56% 0.57% -
HSV(B) 44.63º 0.58% 0.81% -
XYZ 42.94 44.99 15.22 -
YUV 175.01 77.77 150.82 -
System Red Green Blue C M Y K H S L
Decimal 207 176 86 0 0.15 0.58 0.19 44.63 0.56 0.57
Hex CF B0 56 0 F 3A 13 2D 38 39
Octal 317 260 126 0 17 72 23 55 70 71
Binary 11001111 10110000 1010110 0 1111 111010 10011 101101 111000 111001

Color Harmonies of #CFB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB056

Black with #CFB056

Text Example


Text Example

White with #CFB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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