Html Css Color HEX #CFA261 Apache

📋 copy color: '#CFA261'

red 207 ◦ green 162 ◦ blue 97

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

Shades of Apache #CFA261

Tints of Apache #CFA261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.82%

R = 44.42%
G = 34.76%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CFA261 (or 0xCFA261) is known color: Apache. HEX triplet: CF, A2 and 61. RGB value is (207,162,97). Sum of RGB (Red+Green+Blue) = 207+162+97=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA261 is #305D9E. Grayscale: #A8A8A8. Windows color (decimal): -3169695 or 6398671. OLE color: 6398671.

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

Color convert

RGB 207 162 97 -
CMYK 0 0.22 0.53 0.19
HSL 35.45º 0.53% 0.6% -
HSV(B) 35.45º 0.53% 0.81% -
XYZ 40.81 39.97 16.87 -
YUV 168.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 207 162 97 0 0.22 0.53 0.19 35.45 0.53 0.6
Hex CF A2 61 0 16 35 13 23 35 3C
Octal 317 242 141 0 26 65 23 43 65 74
Binary 11001111 10100010 1100001 0 10110 110101 10011 100011 110101 111100

Color Harmonies of #CFA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA261

Black with #CFA261

Text Example


Text Example

White with #CFA261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA261; }

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

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

background-color css

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

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

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

border-color css

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

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

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