Html Css Color HEX #CFA651 Apache

📋 copy color: '#CFA651'

red 207 ◦ green 166 ◦ blue 81

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

Shades of Apache #CFA651

Tints of Apache #CFA651

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.56%

 BLUE value IS 81 (32.03% from 255) = 17.84%

R = 45.59%
G = 36.56%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CFA651 (or 0xCFA651) is known color: Apache. HEX triplet: CF, A6 and 51. RGB value is (207,166,81). Sum of RGB (Red+Green+Blue) = 207+166+81=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA651 is #3059AE. Grayscale: #A8A8A8. Windows color (decimal): -3168687 or 5351119. OLE color: 5351119.

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

Color convert

RGB 207 166 81 -
CMYK 0 0.20 0.61 0.19
HSL 40.48º 0.57% 0.56% -
HSV(B) 40.48º 0.61% 0.81% -
XYZ 40.85 41.13 13.57 -
YUV 168.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 207 166 81 0 0.20 0.61 0.19 40.48 0.57 0.56
Hex CF A6 51 0 14 3D 13 28 39 38
Octal 317 246 121 0 24 75 23 50 71 70
Binary 11001111 10100110 1010001 0 10100 111101 10011 101000 111001 111000

Color Harmonies of #CFA651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA651

Black with #CFA651

Text Example


Text Example

White with #CFA651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA651; }

 p { color: rgb(207,166,81); }

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

background-color css

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

 a { background-color: rgb(207,166,81); }

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

border-color css

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

 span { border-color: rgb(207,166,81); }

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