Html Css Color HEX #CFA25B Apache

📋 copy color: '#CFA25B'

red 207 ◦ green 162 ◦ blue 91

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

Shades of Apache #CFA25B

Tints of Apache #CFA25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.78%

R = 45%
G = 35.22%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CFA25B (or 0xCFA25B) is known color: Apache. HEX triplet: CF, A2 and 5B. RGB value is (207,162,91). Sum of RGB (Red+Green+Blue) = 207+162+91=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA25B is #305DA4. Grayscale: #A7A7A7. Windows color (decimal): -3169701 or 6005455. OLE color: 6005455.

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

Color convert

RGB 207 162 91 -
CMYK 0 0.22 0.56 0.19
HSL 36.72º 0.55% 0.58% -
HSV(B) 36.72º 0.56% 0.81% -
XYZ 40.54 39.86 15.45 -
YUV 167.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 207 162 91 0 0.22 0.56 0.19 36.72 0.55 0.58
Hex CF A2 5B 0 16 38 13 25 37 3A
Octal 317 242 133 0 26 70 23 45 67 72
Binary 11001111 10100010 1011011 0 10110 111000 10011 100101 110111 111010

Color Harmonies of #CFA25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA25B

Black with #CFA25B

Text Example


Text Example

White with #CFA25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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