Html Css Color HEX #CFA15B Apache

📋 copy color: '#CFA15B'

red 207 ◦ green 161 ◦ blue 91

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

Shades of Apache #CFA15B

Tints of Apache #CFA15B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.08%

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

R = 45.1%
G = 35.08%
B = 19.83%

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

#CFA15B (or 0xCFA15B) is known color: Apache. HEX triplet: CF, A1 and 5B. RGB value is (207,161,91). Sum of RGB (Red+Green+Blue) = 207+161+91=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA15B is #305EA4. Grayscale: #A7A7A7. Windows color (decimal): -3169957 or 6005199. OLE color: 6005199.

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

Color convert

RGB 207 161 91 -
CMYK 0 0.22 0.56 0.19
HSL 36.21º 0.55% 0.58% -
HSV(B) 36.21º 0.56% 0.81% -
XYZ 40.37 39.51 15.4 -
YUV 166.77 85.24 156.69 -
System Red Green Blue C M Y K H S L
Decimal 207 161 91 0 0.22 0.56 0.19 36.21 0.55 0.58
Hex CF A1 5B 0 16 38 13 24 37 3A
Octal 317 241 133 0 26 70 23 44 67 72
Binary 11001111 10100001 1011011 0 10110 111000 10011 100100 110111 111010

Color Harmonies of #CFA15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA15B

Black with #CFA15B

Text Example


Text Example

White with #CFA15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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