Html Css Color HEX #CFA062 Apache

📋 copy color: '#CFA062'

red 207 ◦ green 160 ◦ blue 98

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

Shades of Apache #CFA062

Tints of Apache #CFA062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.41%

 BLUE value IS 98 (38.67% from 255) = 21.08%

R = 44.52%
G = 34.41%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CFA062 (or 0xCFA062) is known color: Apache. HEX triplet: CF, A0 and 62. RGB value is (207,160,98). Sum of RGB (Red+Green+Blue) = 207+160+98=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA062 is #305F9D. Grayscale: #A7A7A7. Windows color (decimal): -3170206 or 6463695. OLE color: 6463695.

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

Color convert

RGB 207 160 98 -
CMYK 0 0.23 0.53 0.19
HSL 34.13º 0.53% 0.6% -
HSV(B) 34.13º 0.53% 0.81% -
XYZ 40.51 39.29 17 -
YUV 166.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 207 160 98 0 0.23 0.53 0.19 34.13 0.53 0.6
Hex CF A0 62 0 17 35 13 22 35 3C
Octal 317 240 142 0 27 65 23 42 65 74
Binary 11001111 10100000 1100010 0 10111 110101 10011 100010 110101 111100

Color Harmonies of #CFA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA062

Black with #CFA062

Text Example


Text Example

White with #CFA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA062; }

 p { color: rgb(207,160,98); }

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

background-color css

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

 a { background-color: rgb(207,160,98); }

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

border-color css

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

 span { border-color: rgb(207,160,98); }

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