Html Css Color HEX #CFA25A Apache

📋 copy color: '#CFA25A'

red 207 ◦ green 162 ◦ blue 90

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

Shades of Apache #CFA25A

Tints of Apache #CFA25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 45.1%
G = 35.29%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFA25A (or 0xCFA25A) is known color: Apache. HEX triplet: CF, A2 and 5A. RGB value is (207,162,90). Sum of RGB (Red+Green+Blue) = 207+162+90=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA25A is #305DA5. Grayscale: #A7A7A7. Windows color (decimal): -3169702 or 5939919. OLE color: 5939919.

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

Color convert

RGB 207 162 90 -
CMYK 0 0.22 0.57 0.19
HSL 36.92º 0.55% 0.58% -
HSV(B) 36.92º 0.57% 0.81% -
XYZ 40.5 39.84 15.23 -
YUV 167.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 207 162 90 0 0.22 0.57 0.19 36.92 0.55 0.58
Hex CF A2 5A 0 16 39 13 25 37 3A
Octal 317 242 132 0 26 71 23 45 67 72
Binary 11001111 10100010 1011010 0 10110 111001 10011 100101 110111 111010

Color Harmonies of #CFA25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA25A

Black with #CFA25A

Text Example


Text Example

White with #CFA25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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