Html Css Color HEX #CFA758 Apache

📋 copy color: '#CFA758'

red 207 ◦ green 167 ◦ blue 88

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

Shades of Apache #CFA758

Tints of Apache #CFA758

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.15%

 BLUE value IS 88 (34.77% from 255) = 19.05%

R = 44.81%
G = 36.15%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFA758 (or 0xCFA758) is known color: Apache. HEX triplet: CF, A7 and 58. RGB value is (207,167,88). Sum of RGB (Red+Green+Blue) = 207+167+88=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA758 is #3058A7. Grayscale: #AAAAAA. Windows color (decimal): -3168424 or 5810127. OLE color: 5810127.

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

Color convert

RGB 207 167 88 -
CMYK 0 0.19 0.57 0.19
HSL 39.83º 0.55% 0.58% -
HSV(B) 39.83º 0.57% 0.81% -
XYZ 41.31 41.61 15.09 -
YUV 169.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 207 167 88 0 0.19 0.57 0.19 39.83 0.55 0.58
Hex CF A7 58 0 13 39 13 28 37 3A
Octal 317 247 130 0 23 71 23 50 67 72
Binary 11001111 10100111 1011000 0 10011 111001 10011 101000 110111 111010

Color Harmonies of #CFA758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA758

Black with #CFA758

Text Example


Text Example

White with #CFA758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA758; }

 p { color: rgb(207,167,88); }

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

background-color css

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

 a { background-color: rgb(207,167,88); }

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

border-color css

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

 span { border-color: rgb(207,167,88); }

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