Html Css Color HEX #CFA262 Apache

📋 copy color: '#CFA262'

red 207 ◦ green 162 ◦ blue 98

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

Shades of Apache #CFA262

Tints of Apache #CFA262

RGB

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

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

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

R = 44.33%
G = 34.69%
B = 20.99%

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

#CFA262 (or 0xCFA262) is known color: Apache. HEX triplet: CF, A2 and 62. RGB value is (207,162,98). Sum of RGB (Red+Green+Blue) = 207+162+98=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA262 is #305D9D. Grayscale: #A8A8A8. Windows color (decimal): -3169694 or 6464207. OLE color: 6464207.

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

Color convert

RGB 207 162 98 -
CMYK 0 0.22 0.53 0.19
HSL 35.23º 0.53% 0.6% -
HSV(B) 35.23º 0.53% 0.81% -
XYZ 40.86 39.99 17.12 -
YUV 168.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 207 162 98 0 0.22 0.53 0.19 35.23 0.53 0.6
Hex CF A2 62 0 16 35 13 23 35 3C
Octal 317 242 142 0 26 65 23 43 65 74
Binary 11001111 10100010 1100010 0 10110 110101 10011 100011 110101 111100

Color Harmonies of #CFA262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA262

Black with #CFA262

Text Example


Text Example

White with #CFA262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA262; }

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

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

background-color css

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

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

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

border-color css

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

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

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