Html Css Color HEX #CFAB57 Apache

📋 copy color: '#CFAB57'

red 207 ◦ green 171 ◦ blue 87

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

Shades of Apache #CFAB57

Tints of Apache #CFAB57

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.77%

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

R = 44.52%
G = 36.77%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CFAB57 (or 0xCFAB57) is known color: Apache. HEX triplet: CF, AB and 57. RGB value is (207,171,87). Sum of RGB (Red+Green+Blue) = 207+171+87=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB57 is #3054A8. Grayscale: #ACACAC. Windows color (decimal): -3167401 or 5745615. OLE color: 5745615.

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

Color convert

RGB 207 171 87 -
CMYK 0 0.17 0.58 0.19
HSL 42º 0.56% 0.58% -
HSV(B) 42º 0.58% 0.81% -
XYZ 42.02 43.08 15.12 -
YUV 172.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 207 171 87 0 0.17 0.58 0.19 42 0.56 0.58
Hex CF AB 57 0 11 3A 13 2A 38 3A
Octal 317 253 127 0 21 72 23 52 70 72
Binary 11001111 10101011 1010111 0 10001 111010 10011 101010 111000 111010

Color Harmonies of #CFAB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB57

Black with #CFAB57

Text Example


Text Example

White with #CFAB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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