Html Css Color HEX #CFB057 Apache

📋 copy color: '#CFB057'

red 207 ◦ green 176 ◦ blue 87

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

Shades of Apache #CFB057

Tints of Apache #CFB057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.51%

R = 44.04%
G = 37.45%
B = 18.51%

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

#CFB057 (or 0xCFB057) is known color: Apache. HEX triplet: CF, B0 and 57. RGB value is (207,176,87). Sum of RGB (Red+Green+Blue) = 207+176+87=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB057 is #304FA8. Grayscale: #AFAFAF. Windows color (decimal): -3166121 or 5746895. OLE color: 5746895.

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

Color convert

RGB 207 176 87 -
CMYK 0 0.15 0.58 0.19
HSL 44.5º 0.56% 0.58% -
HSV(B) 44.5º 0.58% 0.81% -
XYZ 42.98 45 15.44 -
YUV 175.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 207 176 87 0 0.15 0.58 0.19 44.5 0.56 0.58
Hex CF B0 57 0 F 3A 13 2C 38 3A
Octal 317 260 127 0 17 72 23 54 70 72
Binary 11001111 10110000 1010111 0 1111 111010 10011 101100 111000 111010

Color Harmonies of #CFB057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB057

Black with #CFB057

Text Example


Text Example

White with #CFB057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB057; }

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

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

background-color css

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

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

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

border-color css

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

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

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