Html Css Color HEX #CFA562 Apache

📋 copy color: '#CFA562'

red 207 ◦ green 165 ◦ blue 98

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

Shades of Apache #CFA562

Tints of Apache #CFA562

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.11%

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

R = 44.04%
G = 35.11%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CFA562 (or 0xCFA562) is known color: Apache. HEX triplet: CF, A5 and 62. RGB value is (207,165,98). Sum of RGB (Red+Green+Blue) = 207+165+98=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA562 is #305A9D. Grayscale: #AAAAAA. Windows color (decimal): -3168926 or 6464975. OLE color: 6464975.

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

Color convert

RGB 207 165 98 -
CMYK 0 0.20 0.53 0.19
HSL 36.88º 0.53% 0.6% -
HSV(B) 36.88º 0.53% 0.81% -
XYZ 41.39 41.06 17.3 -
YUV 169.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 207 165 98 0 0.20 0.53 0.19 36.88 0.53 0.6
Hex CF A5 62 0 14 35 13 25 35 3C
Octal 317 245 142 0 24 65 23 45 65 74
Binary 11001111 10100101 1100010 0 10100 110101 10011 100101 110101 111100

Color Harmonies of #CFA562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA562

Black with #CFA562

Text Example


Text Example

White with #CFA562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA562; }

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

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

background-color css

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

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

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

border-color css

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

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

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