Html Css Color HEX #CFAA57 Apache

📋 copy color: '#CFAA57'

red 207 ◦ green 170 ◦ blue 87

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

Shades of Apache #CFAA57

Tints of Apache #CFAA57

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.64%

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

R = 44.61%
G = 36.64%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CFAA57 (or 0xCFAA57) is known color: Apache. HEX triplet: CF, AA and 57. RGB value is (207,170,87). Sum of RGB (Red+Green+Blue) = 207+170+87=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA57 is #3055A8. Grayscale: #ABABAB. Windows color (decimal): -3167657 or 5745359. OLE color: 5745359.

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

Color convert

RGB 207 170 87 -
CMYK 0 0.18 0.58 0.19
HSL 41.5º 0.56% 0.58% -
HSV(B) 41.5º 0.58% 0.81% -
XYZ 41.83 42.7 15.05 -
YUV 171.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 207 170 87 0 0.18 0.58 0.19 41.5 0.56 0.58
Hex CF AA 57 0 12 3A 13 2A 38 3A
Octal 317 252 127 0 22 72 23 52 70 72
Binary 11001111 10101010 1010111 0 10010 111010 10011 101010 111000 111010

Color Harmonies of #CFAA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA57

Black with #CFAA57

Text Example


Text Example

White with #CFAA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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