Html Css Color HEX #CFA257 Apache

📋 copy color: '#CFA257'

red 207 ◦ green 162 ◦ blue 87

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

Shades of Apache #CFA257

Tints of Apache #CFA257

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.53%

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

R = 45.39%
G = 35.53%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CFA257 (or 0xCFA257) is known color: Apache. HEX triplet: CF, A2 and 57. RGB value is (207,162,87). Sum of RGB (Red+Green+Blue) = 207+162+87=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA257 is #305DA8. Grayscale: #A7A7A7. Windows color (decimal): -3169705 or 5743311. OLE color: 5743311.

HSL color Cylindrical-coordinate representation of color #CFA257: hue angle of 37.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 #CFA257 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 162 87 -
CMYK 0 0.22 0.58 0.19
HSL 37.5º 0.56% 0.58% -
HSV(B) 37.5º 0.58% 0.81% -
XYZ 40.37 39.79 14.57 -
YUV 166.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 207 162 87 0 0.22 0.58 0.19 37.5 0.56 0.58
Hex CF A2 57 0 16 3A 13 26 38 3A
Octal 317 242 127 0 26 72 23 46 70 72
Binary 11001111 10100010 1010111 0 10110 111010 10011 100110 111000 111010

Color Harmonies of #CFA257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA257

Black with #CFA257

Text Example


Text Example

White with #CFA257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA257; }

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

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

background-color css

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

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

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

border-color css

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

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

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